Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killme2008/cscheme
Scheme interpreter in clojure
https://github.com/killme2008/cscheme
Last synced: about 1 month ago
JSON representation
Scheme interpreter in clojure
- Host: GitHub
- URL: https://github.com/killme2008/cscheme
- Owner: killme2008
- Created: 2011-01-24T02:15:45.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-25T23:49:14.000Z (over 13 years ago)
- Last Synced: 2024-04-14T16:06:35.637Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 102 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# cscheme
A simple scheme interpreter in clojure from SICP.
## Usage
Run src/scheme/core.clj,then type
(drive-loop)
to run interpreter.
## License
Copyright (C) 2010 dennis zhuang [[email protected]]
Distributed under the Eclipse Public License, the same as Clojure.