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: 4 months ago
JSON representation

Scheme interpreter in clojure

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 [killme2008@gmail.com]

Distributed under the Eclipse Public License, the same as Clojure.