An open API service indexing awesome lists of open source software.

https://github.com/quchen/hscheme

Scheme (R5RS) interpreter in Haskell
https://github.com/quchen/hscheme

Last synced: 3 months ago
JSON representation

Scheme (R5RS) interpreter in Haskell

Awesome Lists containing this project

README

        

Scheme interpreter in Haskell
======

Time to use Haskell for a nontrivial task. As I don't know any Scheme beyond
a brief read of some online tutorial and having [Land of Lisp][LandOfLisp] on my
computer, I'm using [Write Yourself a Scheme][schemetut] as a reference for how
the language works. Apart from that, the initial development is planned to be as
independent of the tutorial as possible; after I'm happy with a module, I'll be
looking up what I've missed.

[LandOfLisp]: http://landoflisp.com/
[schemetut]: http://jonathan.tang.name/files/scheme_in_48/tutorial/parser.html