by Dave Astels
I posted a teaser for SteelSeries GoLisp a while ago. I’m pleased to announce that we’ve now opensourced it.
SteelSeries GoLisp is a relatively complete implementation of the core of a Scheme flavored Lisp. It supports a Scheme style of lexical scoping, and includes a sizable number of core built-in functions. A macro facility is included, as well. Other than some of the more esoteric functions being missing, it should be usable for running code from SICP.