https://imgur.com/a/CUccgz1
(define-macro when (condition rest: body) `(if ,condition (do ,@body))) (when true (list 42 (let-macro ((when (condition rest: body) `(if (not ,condition) (do ,@body)))) (when false 21)) (when true 21)))
If there is interest, I can port the technique to arc3.2 and let the community take it from there. We're using arc3.2 over at https://www.laarc.io
https://github.com/shawwn/arc3.2/tree/ln