"The brainfuck programming language is an esoteric programming language noted for its extreme minimalism." [...]
"and is not suitable for practical use." [...]
http://en.wikipedia.org/wiki/Brainfuck
Brainfuck Compiler (Brainfucked) for Windows 9x/ME/2000/XP, DOS (16 Bit):
http://home.arcor.de/partusch/html_en/bfd.html
On Mac you have to download DOSBox:
http://www.dosbox.com/
DOSBox usage on Mac OS X:
use KEYB for change the layout of the keyboard:
http://www.dosbox.com/wiki/KEYB
MOUNT C /Users
C:
DIR show a list of files in the current directory and CD change the directory. Use these for reach the directory of Brainfucked.
This compile the source code in the current directory of Brainfucked:
bfd filename.b
For compile the "Hello World" example type this:
bfd src/hello.b
then:
CD src
hello
ASCII to Brainfuck http://tdwright.co.uk/phpplayground/BF/
Link to this comment:
All Comments (0)