4mhz.de
- http://4mhz.de/bfdev.html
- Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows.
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.
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]