Rather simple Brainf**k interpreter written in Clojure.
(use 'bfcks.simple)
(dorun (interpret "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++
..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>."))
;=> Hello World!
Copyright © 2012 Mnicky
Distributed under the Eclipse Public License, the same as Clojure.