macro definition in module

Damien Mattei damien.mattei@gmail.com
Thu Oct 12 21:19:21 GMT 2023


i know how to define a function in module,example

;; file ModuleName.scm

(define-simple-class ModuleName ()

 ((string-null? str)
   (string=? str "")))

but this syntax can help me to define a macro in module, is it possible?


More information about the Kawa mailing list