Home

About

Archives

Creations

Brainfuck in Ruby

2010/05/11

I had to take a break from finals week projects to write something fun, for a change. Here’s the result; a Brainfuck interpreter in Ruby. Brainfuck is one of a category of programming languages whose specs run from the impractical to the extremely impractical. They can be quite complex, but Brainfuck’s implementation is relatively simple:

@github

Here’s the github link.