Computers and Internet - Discussions pertaining to hardware, software, internet, web design, internet, programming and more.
Programming - C, C++, PHP, Perl, Delphi, Visual Basic, etc.. If you are seeking out a discussion on computer programming, then this is your place to be.
Some Brainfuck Fluff
- 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.
BF Debugger Project - An integrated GUI debugger for the development of software using the Brainfuck programming language.
Brainf*** - Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links.
Brainf*ck .Net Compiler - Brainfuck compiler that outputs .NET IL code. Includes source of sample programs.
BrainFuck - A theoretical elaboration including an interpreter/debug-applet.
Brainfuck Archive - Programs, compilers, interpreters, utilities, in source and compiled versions.
Brainfuck Machine - A Brainfuck IDE with interpreter, debugger, compiler and tools (for example: converting BF to other programming languages, random BF code generation).
The Brainfuck Programming Language - Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources.
BrainFuck Tools, Utilities and Games - 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).
BrainScript - ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck.
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.
Branfuck.NET Compiler - Brainfuck compiler for Microsoft .Net Framework. Compiles Brainfuck programs into Portable Executable files (exe)
GBrainfuck - A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines.
libbf - A free portable library for Brainfuck fast interpretation, optimization, compilation and execution
4mhz.de - Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows.
mod_bf - 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]