  |
The Brainfuck Programming Language - http://www.muppetlabs.com/~breadbox/bf/
Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources. |
  |
Brainfuck Archive - http://esoteric.sange.fi/brainfuck/
Programs, compilers, interpreters, utilities, in source and compiled versions. |
  |
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] |
  |
Esoteric Non-existent Standards Institute - http://esoteric.sange.fi/ENSI/
Contains some efforts to provide formal language specifications for BF, and other resources. |
  |
Brainf*** - http://www.iwriteiam.nl/Ha_BF.html
Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links. |
  |
Brainf*ck .Net Compiler - http://bluesorcerer.net/esoteric/bf.html
Brainfuck compiler that outputs .NET IL code. Includes source of sample programs. |
  |
Brainfuck Interpreter in PHP - http://daniel.lorch.cc/projects/brainfuck/
Provides a Brainfuck Interpreter written in PHP and some samples to get started. |
  |
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. |
  |
Mr. Rock's Brainfuck Pages - http://cydathria.com/bf/
Language introduction, tutorial, resources, BF to Perl converter. |
  |
Esolang Wiki: Brainfuck - http://esolangs.org/wiki/Brainfuck
An overview of the language, history, and example 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). |
  |
Taking Over The World - http://www.49-6-dev.net/takingovertheworlden.htm
A short text game completely written by hand in Brainfuck. |
  |
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 - http://homepages.uni-paderborn.de/skoehler/html/
A theoretical elaboration including an interpreter/debug-applet. |
  |
BrainScript - http://brainscript.sourceforge.net/
ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck. |