Skip to content

gnab/clojurejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojurejs

A simplistic Clojure interpreter written in JavaScript, for running Clojure in the browser or in node.

This is only an experiment in parsing and evaluating a LISP in JavaScript, i.e. it is not intended to be complete in any way.

The current goal of the project is to implement the features listed in the Clojure Cheat Sheet that makes sense running in a browser.

Head over to the demo page to check it out.

Getting Started

Only a few, simple steps is required:

git clone git://github.com/gnab/clojurejs.git
cd clojurejs
make

Also, you need node (and npm) installed on your system.

A REPL is provided by running the repl script in the root dir. For running the clojurejs REPL using Emacs' inferior lisp mode, type the following:

C-u M-x inferior-lisp followed by /path/to/clojurejs/repl

About

Clojure interpreter written in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published