| |
| | Brainfuck - Esolang (Site not responding. Last check: 2007-10-19) |
 | | 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. |
 | | In the original distribution the compiler left the cell unchanged, while the interpreter used the EOF from C which, strictly speaking, could be any negative integer, but which usually is -1 (which, in the case of byte-sized cells, ends up as 255). |
 | | Moderately-optimizing BF interpreter (http://swapped.cc/bf/) is a portable C interpreter, fastest in its class. |
| www.esolangs.org /wiki/Brainfuck (1527 words) |
|