I was thinking about the module system the other day, and decided I'd
really like for the global environment to have access to `open'.
Right now there seems to be no way to get at them from scsh except using
,open at the repl, which makes my stomach turn.
That way, for any program you could get any or all of the rest of the
modules you want to use, including perhaps the `module' module, if you want
to use module primitives for some reason.
I have a comprehensive solution to your problem that I hope to have
coded up for release 0.4. (Basically, you can access modules from the
argv command line.)
-Olin
|