You are not logged in.
brainf*ckDS is an interpreter of the brainf*ck esoteric programming language. The language consists of only 8 commands, but is a Turing-complete language. This implementation of language runs on a Nintendo DS. A brainf*ck "Hello World" program looks like this:
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Features:
* Implements 7 of the 8 brainfuck commands (",", the input operator, is disabled due to the lack of a keyboard)
* Uses 30,000 8-bit cells (the original implementation, and the most common)
* DLDI compatible
* File browser, so your programs can be anywhere on the card
Offline