Hi Nayden -- On 07/10/18 16:21, Nayden Markatchev wrote:
Hi ports@,Here is a port of a brainfuck interpreter. from pkg/DESCR: --- Brainfuck is a programming language created in 1993 by Urban Muller and notable for its extreme minimalism. Brainfuck programs are composed as a series of characters. The language specification defines eight characters/commands and four areas of memory: code, code pointer, memory, and data pointer. Although the language is Turing complete, the prohibitively long execution time makes brainfuck programs impractical. --- Comments? OKs? Thanks, Nayden
How about this version? ~Brian
brainfuck.tgz
Description: Binary data