
Top : Computers : Programming : Languages :
Brainfuck
Websites
Programs, compilers, interpreters, utilities, in source and compiled versions.
site exerpt
Index of /brainfuck This is an archive that contains Brainfuck resources: programs written in bf, implementations of bf, utilities for handling bf programs. The resources are divided as follows: bf-source Contains all true bf programs and library-like snippets. Some non-bf programs are also...Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources.
http://www.muppetlabs.com/~breadbox/bf/
Language introduction, tutorial, resources, BF to Perl converter.
site exerpt
Mr. Rock's Brainfuck Pages Proof that there is truth in advertising, Brainfuck lives up to it's name by illustrating that less is less, but just quite possibly enough. A small language (only eight instructions) that kinda grows on you, I find it a fun...Brainfuck compiler that outputs .NET IL code. Includes source of sample programs.
site exerpt
BlueSorcerer.Net Brainf*ck .Net Compiler Esoteric Programming Languages The goal here was to create a Brainf*ck compiler that outputs .NET IL code. The result is Brainf*ck .NET Compiler v1.0. This is probably the simplest .NET compiler around. Download The Brainf*ck .NET Compiler is released under the BSD license,...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]
site exerpt
mod_bf brainfuck module for apache You can easily create your dynamic webpages with brainfuck now. Besides that, mod_bf also (sort of) aims to be simple example of various uses of the Apache API, much simpler than the mod_example included with the apache distribution. Please see...Downloads, short tutorial, some samples to get started.
site exerpt
daniel lorch brainfuck A brainfuck interpreter in PHP Introduction Brainfuck is a turing-complete programming language with only eight instructions. Download Brainfuck Interpreter 1.01 [80 kb] Last update: 16th April 2002 Related Vincent Negrier (AKA sIX of AegisCorp) included a Brainfuck module to his...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.
site exerpt
some brainfuck fluff About the brainfuck programming language. Please read the Epistle to the Implementors before implementing brainfuck,and use these tests (or the equivalent) after. Suggestions for intermediate brainfuck programmers. My brainfuck programs: collatz.b, a mathematical function dbf2c.b, a brainfuck-to-C translator dbfi.b, a...Descriptions (language, theory), code samples, original software (compilers, assembler, interpreter), mail list, links. Working to implement BF in hardware. English, Deutsch.
site exerpt
chaos computer club cologne Brainfuck M running writing zombies 8 7 3 1 9 0 0 0 0 1 8 2 5 content Brainfuck: Gesammelter Kram Software Mailingliste Links contact Direkter Draht: mail@koeln.ccc.de (Bei Anfragen bitte ERST das F.A.Q. lesen Oder immer up-to-date mit unserem...An integrated GUI debugger for the development of software using the brainf*** programming language.
site exerpt
BF Debugger Project I debugger for the development of software using the brainf programming language. This project also seeks to expand the number of tools available to use this language, and also provide a test bed for possible extensions of this language. Additional...The one, true, non-existent standard body for BF. Contains some efforts to provide formal language specifications for BF, and other resources.
site exerpt
Index of /ENSI This is important for the development of non-standard-compliance in esoteric languages. ENSI currently has one (for some odd reason) existant member, 203 non-existant members and 3 members that we know exist, but deny it. Feel free to join ENSI (at...A small, efficient, GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines. [Open source, GPL]
site exerpt
GBrainFuck The keyword increments the content of the current cell by one; the keyword decrements the content of the current cell by one; the keyword makes the controller advance to the next cell (thus advancing the tape making it the current...ActiveScript BF implementation.
site exerpt
BrainScript For more information about the language itself you can try Cat's Eye Technologies for a number of implementations of brainf*ck interpreters and compilers along with a number of sample scripts. BrainScript is an Active Script implementation of Brainf*ck. The Active...The "father" of Brainfuck. Although this doesn't list anything for the language, it can give you an idea of who would come up with this language.
http://ftp.wustl.edu/~umueller/
A Brief tutorial of the language.
site exerpt
Brainfuck programming with Brainf Brainfuck programming with Brainf As some people know and some people don't, Brainfuck is an eight instruction programming language created by Urban Mller. Brainf on the other hand is a Linux compiler for the Brainfuck language. An eight instruction computer...Useful tools, utilities, games for and written in BF, articles on related topics. BF CGI Scripts, language conversion tools, programming utilities, first (possibly) text adventure written in BF. [JonRipley.com]
site exerpt
BrainFuck Tools, Utilities and Games BrainFuck JonRipley.com Some of the links in this section have changed, please update any bookmarks or links as appropriate. Area Description ConversionTools Six tools, written in Brainfuck, to convert Brainfuck code into a variety of other languages, including; BBC BASIC, C, Ook!...Introduction to programming in BF; interpreters written in Brainfuck, C, JavaScript; links.
site exerpt
Brainf I came across a page about Brainf which I prefer to call BF) written by Urban Mueller, I immediately felt in love with the language. BF is a very minimalistic language, with only eight commands, yet it is (theoretically) powerfull...