chicken-syntax-case

Portable syntax-case macro and module system.

This is nothing more that a repackaging of Chicken’s egg syntax-case originally developed by R. Kent Dybvig, Oscar Waddell, Bob Hieb, Carl Bruggeman.The reason for this repackaging is to eventually provide a .tar.gz (instead of a .egg) containing a SConstruct file that can compile and install this extension by issuing scons and scons install in a more environmental-friendly way (that is, it is similar to how other packages are compiled/installed, or will be when SCons gain enough momentum and it is more friendly towards packagers).

What made me re-package this one and not others is the fact that I am using this one on two of my projects:

And as I need other eggs, I might repackage them as well.

Currently there’s no release of this package because it is not needed (there’s no release of chicken-xlib nor chicken-cairo) and also because it depends on the unreleased version of scons-chicken.

Having said that, to get this package just use Darcs by running:

darcs get http://software.pupeno.com/chicken-syntax-case

Comments are closed.