  |
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. |
  |
Brainf*** - http://www.iwriteiam.nl/Ha_BF.html
Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links. |
  |
Mr. Rock's Brainfuck Pages - http://cydathria.com/bf/
Language introduction, tutorial, resources, BF to Perl converter. |
  |
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. |
  |
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] |
  |
Tutorial in Brainfuck Programming - http://neworder.box.sk/newsread.php?newsid=13065
Tutorial and the source code for a 171 bytes long Brainfuck compiler. |
  |
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. |
  |
Clifford's Homepage - The Brainf*ck Compiler - http://www.clifford.at/bfcpu/bfcomp.html
A C-like language that compiles to brainfuck. |
  |
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). |