Post #2849153
2026-05-07 16:41 UTC
@mousebot@todon.nl @pkw
(define-syntax when
(syntax-rules ()
((_ test body ...)
(if test (begin body ...) #f ))))
:D
Replies (1)
-
@mousebot@todon.nl 2026-05-07 16:43
@zardoz03@mastodon.online @pkw hehe, yes sure, but i guess i'm just musing out loud more in astonishment at the way it has been implemented... but yeah, i maybe need to write my when-nil and when-emptry-string , etc. macros and pipe down. :)