  |
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. |
  |
http://4mhz.de/bfdev.html - http://4mhz.de/bfdev.html
Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows. |
  |
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. |
  |
Brainf*ck .Net Compiler - http://bluesorcerer.net/esoteric/bf.html
Brainfuck compiler that outputs .NET IL code. Includes source of sample programs. |
  |
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. |
  |
http://modbf.sourceforge.net/ - 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] |
  |
BrainScript - http://brainscript.sourceforge.net/
ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck. |
  |
http://savannah.nongnu.org/projects/libbf - http://savannah.nongnu.org/projects/libbf
A free portable library for Brainfuck fast interpretation, optimization, compilation and execution |
  |
Branfuck.NET Compiler - http://www.jabb-sch.narod.ru/bf/
Brainfuck compiler for Microsoft .Net Framework. Compiles Brainfuck programs into Portable Executable files (exe) |
  |
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 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). |
  |
BrainFuck - http://homepages.uni-paderborn.de/skoehler/html/
A theoretical elaboration including an interpreter/debug-applet. |
  |
GBrainfuck - http://gbf.sourceforge.net/
A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines. |
  |
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). |
 |
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. |
 |
FuckBrainfuck (FBF) - http://inshame.blogspot.com/search/label/My%20Progs%3A%20FuckBrainfuck
A programming language that compiles to Brainfuck. |