[gambit-list] ##namespace fun

lowly coder lowlycoder at huoyanjinjing.com
Tue Jul 14 20:35:50 EDT 2009


Why can't I do the following:

(define-macro (module name)
  ,(begin
     (##namespace (string-append (object->string ,name) "#"))
     (##include "~~lib/gambit#.scm")))

?



More information about the Gambit-list mailing list