[plt-scheme] Attaching modules to namespaces in compiled code
On 1/26/09 1:32 AM, Matthew Flatt wrote:
> We have better pieces for making this work, now, and I've put them
> together into a `define-runtime-module-path' form that is exported by
> `scheme/runtime-path'.
Great, thanks! I checked your code and it seems that I missed at least
one nice shortcut. ;-)
The only-in/for-label require combination will take care of including
the module in the compiled binary? (why both? wouldn't an empty only-in
be sufficient?)
--
regards,
Jakub Piotr Cłapa