From: antoine (antoine.brand at sfr.fr) Date: Fri Aug 15 16:41:35 EDT 2014 |
|
Hello, The other approch i see for munge-module. Is to use: (dynamic-require target-module 0) (parameterize ([current-namespace (module->namespace target-module)]) (expand-once a-module-level-stx)) Where a-module-level-stx is a form inside #%module-begin.
Posted on the users mailing list. |
|