kaarti.sr
2020-3-30 12:21:33

@kaarti.sr has joined the channel


sorawee
2020-3-30 13:22:01

Oh interesting. I just knew that define-simple-macro and define-syntax-rule are not equally expressive even if we don’t use syntax-parse features.


sorawee
2020-3-30 13:23:43

; this works (define-simple-macro (foo [b c] ... #:body d ...) #'1) ; this doesn't work (define-syntax-rule (foo [b c] ... #:body d ...) #'1)


olesyamezav
2020-3-31 06:37:25

@olesyamezav has joined the channel