Languages
- 301
- The Blue Page
- Home site of object-oriented teaching language and environment. Examples, manuals, downloads for Solaris and Linux, sources.
- 302
- 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.
- 303
- 4mhz.de
- Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows.
- 304
- BF Debugger Project
- An integrated GUI debugger for the development of software using the Brainfuck programming language.
- 305
- BrainScript
- ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck.
- 306
- Brainf***
- Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links.
- 308
- Brainfuck Machine
- A Brainfuck IDE with interpreter, debugger, compiler and tools (for example: converting BF to other programming languages, random BF code generation).
- 311
- GBrainfuck
- A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines.
- 315
- The Brainfuck Programming Language
- Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources.
- 316
- libbf
- A free portable library for Brainfuck fast interpretation, optimization, compilation and execution
- 317
- 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]