A Scheme interpreter written in Haskell
- Haskell 99.3%
- Makefile 0.7%
| .gitignore | ||
| EvalApply.hs | ||
| hascheme.cabal | ||
| LispData.hs | ||
| Main.hs | ||
| Makefile | ||
| README.txt | ||
| SchemeParser.hs | ||
| Setup.lhs | ||
A Scheme interpreter written in Haskell. This is a toy project written for my own amusement. Don't try to do anything important with it. To try it out you need a Haskell compiler and some packages. The Haskell Platform has everything you need: http://hackage.haskell.org/platform/ Type "make" in the source dir and then run: $ ~/bin/hascheme If you don't want it installed in ~/bin edit the Makefile. Implementated by following Jonathan Tang's tutorial: http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours