Ryon Sherman’s Blog

PHP Brainfuck Generator

Posted in Programming by Ryon Sherman on 04/22/2009

“The Brainfuck language is a programming language noted for its extreme minimalism. Designed to challenge and amuse programmers, it is not suitable for practical use.”… But it sure is fun!

After reading the article “How to Shoot Yourself in the Foot in Any Programming Language“, I was challenged to learn this language due to it’s confusing syntax. Turns out, it’s pretty simple. If you understand arrays and pointers then you’ve got it. I can definitely see how it can be a pain to use though. One misplaced “>” and you’re left searching through a maze of pointers. (more…)

Tagged with: , ,