Chris Lamb

Brainf*** IDE

BlogProjectsAbout

View all my projects »

Brainf*** development environment.


Brainf*** IDE is a simplistic IDE for the Brainfuck esoteric programming language utilising the PyGTK toolkit.

It highlights the currently-executing opcode, has a memory viewer displaying the contents of memory in both decimal and hexadecimal representations. The delay between the execution of commands can be adjusted whilst evaluating.

This program aims to be a free software replacement for the proprietary BFdev program by Tim Rohlfs.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/bfide

Brainf*** IDE is released under the GNU General Public license version 3 or later.

View all my projects »