Posted Thu, Aug 6, 2009 in: 500 Programming Languages For my latest in my series of 500 Programming Languages, I decided to write a (simple) synthesizer in brainfuck. Introduction to brainfuck brainfuck is an esoteric programming language based on the idea of making a language with the smallest possible compiler. Indeed, my Python brainfuck compiler is only 30 lines of Python code, and I’m sure th