[plt-scheme] load-extension and modules?
Quoting Noel Welsh <noelwelsh at yahoo.com>:
> [snip] put x.so in the directory given by
>
> (build-path dir "compiled" "native"
> (system-library-subpath))
>
> Then (require "x.ss") as normal.
>
> HTH,
> Noel
>
Ah. This helps.
I was reading "Inside PLT MzScheme" when I should've been looking at "PLT mzc:
MzScheme Compiler Manual".
Perhaps there should be a cross-reference in section 1.1 of "Inside Mz", or in
the example idmodule.c.
Thanks,
David
--
dvanhorn at cs dot uvm dot edu