Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 471 Bytes

bfcks

Rather simple Brainf**k interpreter written in Clojure.

Usage

(use 'bfcks.simple)
(dorun (interpret "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++
                   ..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>."))
;=> Hello World!

Copyright © 2012 Mnicky

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