[gambit-list] New intermediate chjmodule release
Christian
christian at pflanze.mine.nu
Mon Nov 28 17:55:00 EST 2005
Hello
I've put up a new release of chjmodule and bundled modules.
The essence:
- some rounded edges during installation, but still no
missing-reimports-on-reload bugfix.
(I'm too lazy, or rather still pondering the future direction:
copying bindings breaks compiler optimizations, and causes slow
module loading as long as there is no faster copy implementation, so
I'm thinking about using (##namespace ("" foo)) directions under the
hood instead, if chjmodule can't see any code in the module mutating
a particular imported binding.
Note that you could move your (export ...) items to (globals ...)
to get the same behaviour (short of mutation checks) with the
current chjmodule.)
- 13 new modules (most notably a stream library), and a few changes.
http://scheme.mine.nu/gambit/chjmodule/
Cheers,
Christian.
More information about the Gambit-list
mailing list