@hackage haskeem0.6.10

A small scheme interpreter

This is a moderately complete small scheme interpreter. It implements most of R6RS, with the exception of call/cc and a macro system. It is also not necessarily fully tail-recursive; so it's not industrial-strength. For playing with or learning scheme, it should be pretty good.