Re: ideal way to load modules / set up evaluation environments at runtime.

Michael Sperber <[email protected]> Mon, 22 Oct 2012 20:33:44 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Roderic Morris <[email protected]> writes:

> Hey guys, I'm trying to load module definitions, and set up evaluation environments outside of the context of the command processor. The apis to do that seem to be lightly documented if at all though. I was wondering if any of you had some insight into the best way to do that. 
>
> For instance, I'd like to :
> - load a set of files containing module definitions
> - create a new package with a subset of those modules opened, as well as standard modules included with scheme48
> - evaluate code in that package

Sunterlib has stuff in s48/module-system that does this.  Should still work.

-- 
Regards,
Mike