Faoileag's Nest

My Home On The Net

Home Projects Soapbox Writing About Imprint Data Privacy Statement

Brainfuck Interpreter

Another Common Lisp project, fbi is an interpreter for Brainfuck, the esoteric programming language.

fbi not only understands Brainfuck, but also my very own blend of mnemonics for that machine model.

You can get the tarball including "Hello World!" example scripts here.

fbi is pretty complete and it supports code execution either by loading a file or by piping commands into the executable (stdin only accepts my own dialect though, not brainfuck), but is not very fast.

Oh, and you can try it with another project of mine, Fibonacci Numbers in Brainfuck.