[plt-scheme] Modules and C extensions

From: Felix Klock's PLT scheme proxy (pltscheme at pnkfx.org)
Date: Sun Jun 6 12:12:13 EDT 2004

PLTers-

When writing a module in C  using the MzScheme API, how do I do things 
like "require" of other modules?

I'm trying to speed up some isolated code by putting into its own 
module and then porting it to C, but the code references variables 
provided by other modules, so I need to make the Namespace 
(Scheme_Env*) that is passed to my C implementation have the "right 
stuff" in it...

The Namespaces and Modules chapter of "Inside MzScheme" explains how to 
export variables from your module, but I can't see how to import other 
modules...

Thanks,
-Felix

----
"at this point, i'm ready to
  join the javadoc dev team"  -josh



Posted on the users mailing list.