cscheme icon indicating copy to clipboard operation
cscheme copied to clipboard

Scheme interpreter in clojure

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.