public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* macro definition in module
@ 2023-10-12 21:19 Damien Mattei
  2023-10-12 21:33 ` Per Bothner
  2023-10-12 21:41 ` Damien Mattei
  0 siblings, 2 replies; 3+ messages in thread
From: Damien Mattei @ 2023-10-12 21:19 UTC (permalink / raw)
  To: kawa mailing list

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-12 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12 21:19 macro definition in module Damien Mattei
2023-10-12 21:33 ` Per Bothner
2023-10-12 21:41 ` Damien Mattei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).