Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.