/risp

Lisp interpreter inspired by Clojure. (Work In Progress)

Primary LanguageRust

Risp

Lisp interpreter inspired by Clojure. (Work In Progress)

Quick Start

$ git clone https://github.com/oooooba/risp
$ cd risp
$ export RISP_HOME=./risp
$ cargo run  # run interactively
$ cargo test # run test

See risp/examples directory. They are based on tests code of mal (https://github.com/kanaka/mal) and 4Clojure (http://www.4clojure.com).