A Scheme interpreter written in Haskell
  • Haskell 99.3%
  • Makefile 0.7%
Find a file
Andreas Pauley bcf0404030 Fix typo
2011-02-09 19:22:51 +02:00
.gitignore Use cabal for building 2010-08-24 14:34:16 +02:00
EvalApply.hs Generalise readExpr 2010-09-01 20:54:38 +02:00
hascheme.cabal Fix case sensitive module/file names 2010-08-30 12:05:57 +02:00
LispData.hs IO Data types 2010-09-01 19:02:25 +02:00
Main.hs Fix typo 2011-02-09 19:22:51 +02:00
Makefile Use cabal for building 2010-08-24 14:34:16 +02:00
README.txt Update README 2010-08-30 21:07:59 +02:00
SchemeParser.hs Fix case sensitive module/file names 2010-08-30 12:05:57 +02:00
Setup.lhs Use cabal for building 2010-08-24 14:34:16 +02:00

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