Home > Computers > Programming > Languages > Brainfuck
Brainfuck is one of the most famous esoteric programming languages that uses only eight commands which are represented by eight symbols. It is a Turing-complete language but with obfuscated and unstructured code. Not practically useful but even the implementation of a simple program can turn into a brainteaser.
http://4mhz.de/bfdev.html
Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows.
http://bfdebug.sourceforge.net/
An integrated GUI debugger for the development of software using the Brainfuck programming language.
http://esoteric.sange.fi/brainfuck/
Programs, compilers, interpreters, utilities, in source and compiled versions.
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).
http://brainscript.sourceforge.net/
ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck.
http://www.jabb-sch.narod.ru/bf/
Brainfuck compiler for Microsoft .Net Framework. Compiles Brainfuck programs into Portable Executable files (exe)
http://www.clifford.at/bfcpu/bfcomp.html
A C-like language that compiles to brainfuck.
http://esolangs.org/wiki/Brainfuck
An overview of the language, history, and example code.
http://esoteric.sange.fi/ENSI/
Contains some efforts to provide formal language specifications for BF, and other resources.
http://www.inshame.com/search/label/My%20Progs:%20FuckBrainfuck
A programming language that compiles to Brainfuck.
http://gbf.sourceforge.net/
A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines.
http://savannah.nongnu.org/projects/libbf
A free portable library for Brainfuck fast interpretation, optimization, compilation and execution
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]
http://cydathria.com/bf/
Language introduction, tutorial, resources, BF to Perl converter.
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.
http://www.49-6-dev.net/takingovertheworlden.htm
A short text game completely written by hand in Brainfuck.
http://www.clifford.at/bfcpu/bfcpu.html
A processor that natively runs Brainfuck code.
http://www.muppetlabs.com/~breadbox/bf/
Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources.
http://software.xfx.net/utilities/vbbfck/index.php
A Brainfuck IDE (editor, interpreter, debugger and compiler) written in VB.NET (.NET 2.0)
Home > Computers > Programming > Languages > Brainfuck
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us