Next: Installation, Previous: Edwin, Up: Top [Contents][Index]
This experimental version of MIT/GNU Scheme got a new project name,
MIT/GNU Scheme Pucked, and a new command name,
mit-scheme-pucked
, so that it can be installed alongside the
stable release. While it comes with experimental plugins and a
strange name, the core of the system is largely unchanged. Note that
this is a bleeding edge core. The head of the MIT/GNU Scheme
project’s development branch on Savannah is merged in frequently.
The experimental code unique to this “pucked” version of Scheme is almost entirely contained in the new plugins. One “old” plugin, Edwin, has significant changes that accommodate Gtk screens, but this change should not be apparent to casual users. If your code does not hack Edwin and you previously said
mit-scheme --load my-code
you should be able to say
mit-scheme-pucked --load my-code
and be no worse off.
Users may want to use the following enhancements in their code.
HTML documentation for installed plugins is found in the same location.
planetarium
plugin can draw a simple tellurion, but that’s
about all.
gtk-screen
plugin allows Edwin to display text using Pango.
The cond-expand
feature pucked
will be present, to keep
your adaptations to this experiment separate from old code intended
only for your stable worlds.
Next: Installation, Previous: Edwin, Up: Top [Contents][Index]