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
- Host: GitHub
- URL: https://github.com/quchen/hscheme
- Owner: quchen
- License: wtfpl
- Created: 2013-01-25T23:35:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T13:00:50.000Z (over 12 years ago)
- Last Synced: 2025-01-22T09:09:21.065Z (5 months ago)
- Language: Haskell
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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