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

https://github.com/coldnew/cljs-brainfuck

Brainfuck interpreter written in clojurescript and run on node.js
https://github.com/coldnew/cljs-brainfuck

brainfuck-interpreter clojure clojurescript nodejs

Last synced: 2 months ago
JSON representation

Brainfuck interpreter written in clojurescript and run on node.js

Awesome Lists containing this project

README

        

# cljs-brainfuck [![Travis CI status](https://secure.travis-ci.org/coldnew/cljs-brainfuck.png)](http://travis-ci.org/#!/coldnew/cljs-brainfuck/builds)
A Brainfuck interpreter written in ClojureScript on node.js.

## Usage

1. Get extra node.js modules

npm install

2. Compile clojurescript program

lein cljsbuild once

3. Run program with examples

node target/brainfuck.js examples/hello_world.bf

## Screenshots

![Screenshot](https://github.com/coldnew/cljs-brainfuck/blob/master/screenshot/screenshot1.png?raw=true)

## License

Copyright © 2013-2015 coldnew

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