barszcz / bf

A brainfuck interpreter in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck

A brainfuck interpreter written in Clojure.

Most of the documentation is in the code itself (src/brainfuck/core.clj).

To run (NB: You must have leiningen installed on your machine): git clone git@github.com:barszcz/brainfuck.git

cd brainfuck

lein uberjar

java -jar target/uberjar/brainfuck-0.1.0-SNAPSHOT-standalone.jar "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>."

This should print "Hello World!" to the screen.

Have fun!

About

A brainfuck interpreter in Clojure.

License:MIT License


Languages

Language:Clojure 100.0%