/lolscheme

A toy implementation of an RSR5 Scheme interpreter in Haskell.

Primary LanguageHaskellMIT LicenseMIT

lolscheme


A toy implementation of an RSR5 Scheme interpreter in Haskell. Written using information from the excellent 'Write Yourself a Scheme in 48 Hours' wikibook.

Warning

It's missing:

  • Continuations
  • Macros
  • Lots and lots of other things!

Don't even try to use this to get work done.

In fact, don't use it for anything.