 FuckBrainfuck (FBF) - http://inshame.blogspot.com/search/label/My%20Progs%3A%20FuckBrainfuck A programming language that compiles to Brainfuck. |
 The Brainfuck Programming Language - http://www.muppetlabs.com/~breadbox/bf/ Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources. |
 Online Brainfuck Interpreter - http://justice.loyola.edu/~mcoffey/pr/5k/i.html Execute Brainfuck programs online with this JavaScript implementation. |
 VBBrainFNET - http://software.xfx.net/utilities/vbbfck/index.php A Brainfuck IDE (editor, interpreter, debugger and compiler) written in VB.NET (.NET 2.0) |
 Brainfuck Interpreter in PHP - http://daniel.lorch.cc/projects/brainfuck/ Provides a Brainfuck Interpreter written in PHP and some samples to get started. |
 BrainScript - http://brainscript.sourceforge.net/ ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck. |
 GBrainfuck - http://gbf.sourceforge.net/ A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines. |
 BF Debugger Project - http://bfdebug.sourceforge.net/ An integrated GUI debugger for the development of software using the Brainfuck programming language. |
 mod_bf - http://modbf.sourceforge.net/ Apache webserver Brainfuck module; several BF code handlers. Easily make dynamic webpages in BF. Simple example of uses of Apache API, simpler than standard Apache mod_example. Descriptions, downloads, links. [Open Source, GPL] |
 Branfuck.NET Compiler - http://www.jabb-sch.narod.ru/bf/ Brainfuck compiler for Microsoft .Net Framework. Compiles Brainfuck programs into Portable Executable files (exe) |
 Brainf*ck .Net Compiler - http://bluesorcerer.net/esoteric/bf.html Brainfuck compiler that outputs .NET IL code. Includes source of sample programs. |
 BrainSub - http://www.geocities.com/brainsub/ An evolution of the Brainfuck programming language with subroutines/libraries and several additional features. This site provides an optimizing compiler for DOS/Windows (GNU/GPL license),sources in assembler and a documentation/tutorial. |
 Some Brainfuck Fluff - http://www.hevanet.com/cristofd/brainfuck/ By Daniel B. Cristofani. Complete brainfuck reference; sources for various programs, including a Universal Turing Machine; brainfuck to SPARC compiler, and interpreters in C and JavaScript; suggestions, contest results. |
 libbf - http://savannah.nongnu.org/projects/libbf A free portable library for Brainfuck fast interpretation, optimization, compilation and execution |
 Mr. Rock's Brainfuck Pages - http://cydathria.com/bf/ Language introduction, tutorial, resources, BF to Perl converter. |
 Tutorial in Brainfuck Programming - http://neworder.box.sk/newsread.php?newsid=13065 Tutorial and the source code for a 171 bytes long Brainfuck compiler. |
 Brainfuck Archive - http://esoteric.sange.fi/brainfuck/ Programs, compilers, interpreters, utilities, in source and compiled versions. |
 Esoteric Non-existent Standards Institute - http://esoteric.sange.fi/ENSI/ Contains some efforts to provide formal language specifications for BF, and other resources. |
 Esolang Wiki: Brainfuck - http://esolangs.org/wiki/Brainfuck An overview of the language, history, and example code. |
 PEBBLE - http://pikhq.nonlogic.org/pebble.php A programming language that compiles to Brainfuck and C. |
 phpBrainfuckInterpreter - http://sviip.dk/phpi/brainfuck/interpreter.php A PHP based Brainfuck interpreter which gives verbose feedback as a program runs to aid in debugging. |
 Taking Over The World - http://www.49-6-dev.net/takingovertheworlden.htm A short text game completely written by hand in Brainfuck. |
 Brainf*** - http://www.iwriteiam.nl/Ha_BF.html Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links. |
 BrainFuck Tools, Utilities and Games - http://jonripley.com/brainfuck/ Provides tools, utilities, games for and written in BF. There are also some articles on creating CGI Scripts in Brainfuck or making a Brainfuck program executable (on Linux). |
 BrainFuck - http://homepages.uni-paderborn.de/skoehler/html/ A theoretical elaboration including an interpreter/debug-applet. |
 4mhz.de - http://4mhz.de/bfdev.html Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows. |
 Clifford's Homepage - The Brainf*ck Compiler - http://www.clifford.at/bfcpu/bfcomp.html A C-like language that compiles to brainfuck. |
 The Brainfuck CPU - http://www.clifford.at/bfcpu/bfcpu.html A processor that natively runs Brainfuck code. |
 Brainfuck Machine - http://www.kacper.kwapisz.eu/index.php?i=19 A Brainfuck IDE with interpreter, debugger, compiler and tools (for example: converting BF to other programming languages, random BF code generation). |