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.
Licence
Brainf*** IDE is released under the GNU General Public License version 3 or later.
Download / Development
You can browse the source tree or download the code from Git:
$ git clone git://git.chris-lamb.co.uk/bfide # or $ git clone http://git.chris-lamb.co.uk/repo/bfide.git