Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Brainfuck


Related Topics

  
  Brainfuck - Esolang
Brainfuck operates on an array of memory cells, also referred to as the tape, each initially set to zero.
Brainfuck was invented by Urban Müller in 1993, in an attempt to make a language for which he could write the smallest possible compiler for the Amiga OS, version 2.0.
Write brainfuck interpreters and compilers to translate newline to 10 on input, and 10 to newline on output, in environments where that is not already the case.
esolangs.org /wiki/Brainfuck   (1640 words)

  
  Boolfuck   (Site not responding. Last check: )
This language, Boolfuck, is based off of the programming language Brainfuck, for which it is very difficult to write useful programs.
Brainfuck works with an array of cells containing eight-bit characters.
I assume that the to-be-converted program is written for a Brainfuck interpreter which inputs zeros after the end-of-input marker has been reached.
www.rpi.edu /~hughes/boof   (606 words)

  
 Troels' Brainfuck Page
Brainfuck is a programming language devised by Urban Muller during an attempt to write the smallest possible compiler for a Turing-complete language.
Brainfuck is a simple language, with a syntax devised of one-character tokens, where each token may stand for either one of 8 operators, or a comment.
Brainfuck's 8 operators are semantically simpler than most other programming languages multitude of keywords and data types, and almost any programmer can learn the language in a few minutes.
sigkill.dk /code/bf.html   (1324 words)

  
 Portable Brainfuck
Brainfuck has many implementations, and some implementors have chosen to extend the original Müller limits, sometimes in ways that make it difficult for a Brainfuck programmer to write portable code.
These guidelines are based on my observations of the range of existing Brainfuck implementations, and should include just about every sane implementation created as of this writing.
In lieu of this, then, I hereby suggest that a Brainfuck implementation that is compliant with all of the constraints listed here should be described as "nice".
www.muppetlabs.com /~breadbox/bf/standards.html   (624 words)

  
 Brainfuck - Esolang
Brainfuck operates on an array of memory cells, also referred to as the tape, each initially set to zero.
Brainfuck was invented by Urban Müller in 1993, in an attempt to make a language for which he could write the smallest possible compiler for the Amiga OS, version 2.0.
Write brainfuck interpreters and compilers to translate newline to 10 on input, and 10 to newline on output, in environments where that is not already the case.
www.esolangs.org /wiki/Brainfuck   (1558 words)

  
 Brainfuck @ <?php /*  Gi-Go  */ ?>
Brainfuck (aka Brainf*ck, brainf*** or even BF for the more constipated) is a minimalist computer programming language created by Urban Müller around 1993.
Unlike a Turing machine, brainfuck doesn't have a read/write head or a tape.
I'm going to use there Daniel Lorch's PHP interpreter to make my first steps (and yours) in Brainfuck (a local copy is available too, but can be not up-to-date).
alx2002.free.fr /esoterism/brainfuck/brainfuck_en.html   (938 words)

  
 Code Golf | Brainfuck
The brainfuck language uses a simple model of a computer consisting of an array of memory cells, a movable pointer into the array, an output stream, an input stream and the program itself.
To specify the data to be passed to the brainfuck program, we append it to the brainfuck code and seperate it from the brainfuck with an exclamation mark.
The brainfuck language defines the size of the array of memory cells as 30,000.
codegolf.com /brainfuck   (642 words)

  
 Brainfuck@Everything2.com   (Site not responding. Last check: )
Brainfuck was invented in 1993 by the swiss programmer Urban Müller.
Brainfuck is quite a brilliant little programming language.
This is just the first step, of course; the logical progression would be to write a Brainfuck interpreter entirely in Brainfuck...
everything2.com /?node=brainfuck   (604 words)

  
 Brainfuck
An Eight-Instruction Turing-Complete Programming Language Brainfuck is the ungodly creation of Urban Müller, whose goal was apparently to create a Turing-complete language for which he could write the smallest compiler ever, for the Amiga OS 2.0.
The Brainfuck programming language consists of eight commands, each of which is represented as a single character.
The semantics of the Brainfuck commands can also be succinctly expressed in terms of C, as follows (assuming that p has been previously defined as a char*):
www.codepedia.com /1/Brainfuck   (352 words)

  
 chaos computer club cologne | Brainfuck
Brainfuck is an incredibly easy to learn and incredibly anoying to program in language, most probably created around 1993.
Brainfuck hardware is still a dream (although we have collected some thoughts on a possible design and did a fairly complete sketch of an imaginary microprocessor), however, it doesn't need to remain mere blue sky mining: If you're interessted in building this device, please subscribe to the mailinglist.
A mirror of the brainfuck homepage that was apparemtly taken down.
koeln.ccc.de /prozesse/zombies/brainfuck/index.en.xml   (589 words)

  
 Simple Brainfuck Interpreter
Brainfuck is a computer programming language noted for its extreme minimalism.
Nonetheless, like any Turing-complete language, brainfuck is theoretically capable of computing any known computable function or simulating any other computational model, if given an unlimited memory store.
This is a little brainfuck Interpreter I wrote at the 21c3 in Berlin.
www.mathematik.uni-marburg.de /~schmidtm/brainfuck.php   (75 words)

  
 Brainfuck Golf
Brainfuck is an esoteric language created by Urban Müller.
Brainfuck Golf is a contest, modelled after Perl Golf, with the goal of writing a shortest program to do a certain task.
Brainfuck Forum on sourceforge is now open for public discussion.
brainfuck.sourceforge.net   (219 words)

  
 Code Golf | Brainfuck
The brainfuck language uses a simple model of a computer consisting of an array of memory cells, a movable pointer into the array, an output stream, an input stream and the program itself.
To specify the data to be passed to the brainfuck program, we append it to the brainfuck code and seperate it from the brainfuck with an exclamation mark.
The brainfuck language defines the size of the array of memory cells as 30,000.
www.codegolf.com /competition/index/8   (642 words)

  
 Simple Brainfuck Interpreter
Brainfuck is a computer programming language noted for its extreme minimalism.
Nonetheless, like any Turing-complete language, brainfuck is theoretically capable of computing any known computable function or simulating any other computational model, if given an unlimited memory store.
This is a little brainfuck Interpreter I wrote at the 21c3 in Berlin.
www.informatik.uni-marburg.de /~schmidtm/brainfuck.php   (75 words)

  
 Acme::Brainfuck - Embed Brainfuck in your perl code - search.cpan.org
Brainfuck is about the tiniest Turing-complete programming language you can get.
With this module, you can embed Brainfuck instructions delimited by whitespace into your perl code.
Each sequence of Brainfuck instructions becomes a Perl block and returns the value of the current memory cell.
search.cpan.org /~jaldhar/Acme-Brainfuck-1.1.1/lib/Acme/Brainfuck.pm   (494 words)

  
 Tcl/Brainfuck   (Site not responding. Last check: )
Brainfuck is a simple language which mainly manages to confuse the programmer.
Still, it can solve any solvable mathematical problem (like all programming languages) so it's surprising that it hasn't become more popular than it is. It takes a minute to learn and forever to master.
The reason for the latter is that Brainfuck uses brackets for while loops which conflict with Tcl's use.
people.fishpool.fi /~setok/proj/tclbf   (159 words)

  
 hardtware.de
Brainfuck is complete 3 Bit programming language by Urban Müller.
Visit our manual page of Brainfuck to find out more of this very cool and "1337" coding language.
Which differentiates our Brainfuck IDE from others, is that it has a visible memory, a step mode and the possibility to view the output in integers.
www.hardtware.de /products/brainfuck.php   (81 words)

  
 Open Directory - Computers: Programming: Languages: Brainfuck
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.
Brainfuck Interpreter in PHP - Provides a Brainfuck Interpreter written in PHP and some samples to get started.
Brainfuck Machine - A Brainfuck IDE with interpreter, debugger, compiler and tools (for example: converting BF to other programming languages, random BF code generation).
www.dmoz.org /Computers/Programming/Languages/Brainfuck   (544 words)

  
 Jörgen Cederlöf: brainfuck.xslt   (Site not responding. Last check: )
Brainfuck interpreter in pure XSLT would be non-trivial, fun, a good learning experience, and completely useless.
The brainfuck.xslt stylesheet transforms a brainfuck xml document to an output brainfuck xml document, by running the Brainfuck program in the /brainfuck/code element with /brainfuck/input as input.
Be sure to escape the brainfuck statements properly as XML requires.
www.lysator.liu.se /~jc/brainfuck.xslt.html   (182 words)

  
 Programming in Brainfuck - Introduction
This means that it can be shown to be equivalent to a Turing machine and therefore capable of performing any computation.
Brainfuck has no variables, no functions, no conditionals,...
Brainfuck is a more or less block structured, gotoless programming language.
cydathria.com /bf/brainfuck.html   (384 words)

  
 some brainfuck fluff
The results of the Brainfuck Texas Holdem contest :/
The results of Brainfuck Component Competition #1 (reverse bytes)
The brainfuck archive, last updated two years ago
www.hevanet.com /cristofd/brainfuck   (144 words)

  
 Also Written In Brainfuck (awib)
Also Written In Brainfuck (awib) is an optimizing brainfuck compiler written in brainfuck for Linux on i386.
Those who are not familiar with the brainfuck programming language, can find plenty of information in this english wikipedia article and this swedish wikipedia article.
Awib is written for brainfuck environments where executing a ',' after end of input results in -1 (0xff) being stored where the pointer points.
www.nada.kth.se /~matslina/awib   (362 words)

  
 Brainfuck interpreter applet   (Site not responding. Last check: )
Brainfuck is a small programming language with 8 legal operations, each represented by one character.
The value wich the pointer points to can be increased or decreased by one (using '+' and '-').
Brainfuck does also offer branches using square brackets ('[' and ']') as a kind of loop construct.
www.pvv.ntnu.no /~larschri/java/brainfuck/BrainFuck.html   (202 words)

  
 Brainloller - Esolang
Brainloller is a Brainfuck clone designed by Lode Vandevenne in 2005.
You can convert back to 1D Brainfuck code by removing the rotate IP commands and storing the instructions back in 1D order.
When searching for matching Brainfuck ] commands, the north/east/south/west path is traversed the same way as the IP does.
esoteric.voxelperfect.net /wiki/Brainloller   (288 words)

  
 NewOrder - news: Tutorial in Brainfuck Programming.
Brainfuck is probably the craziest language i have ever had the pleasure of coming across.
BrainFuck seem to be one of the less documented things about the language.
Here is the source for a Brainfuck to C interpretor and front end compiler written in C that I wrote when first learning the how to program in brainfuck.
neworder.box.sk /newsread.php?newsid=13065   (3875 words)

  
 Excite UK - Computers - Programming - Languages - Brainfuck
A small, efficient, GPL''ed Brainfuck language interpreter written in C and intended to run on *NIX machines.
BrainFuck CGI Scripts, language conversion tools and programming utilities are available.
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.
www.excite.co.uk /directory/Computers/Programming/Languages/Brainfuck   (283 words)

  
 BrainFuck.Net   (Site not responding. Last check: )
Brainfuck is designed to be one the most compact languages possible while still being turing complete.
While brainfuck has only 8 commands, it is still theoretically possible to do anything in it that can be done in other languages.
Unlike other impure languages which have had to change their syntax in order to run in the CVM, BrainFuck is flexible enough that there is no need to alter the syntax.
www.soulsphere.org /stuffage/bf.net   (325 words)

  
 d_m_: Век живи - век учись!
Brainfuck is the ungodly creation of Urban Müller, whose goal was apparently to create a Turing-complete language for which he could write the smallest compiler ever, for the Amiga OS 2.0.
I originally started playing around with Brainfuck because of my own interest in writing very small programs for x86 Linux.
The Brainfuck programming language consists of eight commands, each of which is represented as a single character.
users.livejournal.com /d_m_/8343.html   (457 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.