Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Text generation #13

Open Zomis opened 8 years ago

Zomis commented 8 years ago

A lot of tools contains text generation utilities, this should have that too, with a few enhancements:

See http://codereview.stackexchange.com/a/103946/31562 for a "Hello, World!" implementation, using various amount of temporary cells

See http://codereview.stackexchange.com/q/57382/31562 for an implementation of writing "Fizz" and "Buzz" to the tape

Zomis commented 8 years ago