Projects I've been working on

scsh The scheme shell library.

This is my attempt to make scsh a library for scheme 48 so that it can be easily maintained and used in modern systems.

pantene A condition system for scheme.

This is in a git repository. To clone it, do

git clone git://github.com/roderyc/pantene.git
rx A regular-expression library.

rx uses s-expression notation to match regexes. This was part of scsh, but it doesn't depend on scsh directly, so I decided to pull it out and make it a library on it's own.

This is a mercurial repsitory. To clone it, do

git clone git://github.com/scheme/rx.git