2.4.2 / May 24, 2017
(4.5/5) (14)

Description

A lightweight brainfuck interpreter.

Brainfuck is an esoteric programming language designed by UrbanMüller. It's designed to be extremely difficult to program in --with just eight different commands, it can be quite a puzzle to puttogether anything at all!

As an esoteric programming language, it's often used for thingslike code golf -- a game of sorts where programmers try toimplement functionality in as few bytes as possible -- and forwriting highly obfuscated code.

This interpreter supports 30,000 cells and will save your programin between sessions. It also features a local database for savingcode to, so you can come back and work on your masterpiece any timeyou like! It also supports rudimentary debugging withbreakpoints.

Comes with two sample programs.

App Information brainfuck Interpreter

Matthew Potter Show More...

brainfuck Interpreter 2.4.2 APK
A lightweight brainfuck interpreter.Brainfuck is an esoteric programming language designed by UrbanMüller. It's designed to be extremely difficult to program in --with just eight different commands, it can be quite a puzzle to puttogether anything at all!As an esoteric programming language, it's often used for thingslike code golf -- a game of sorts where programmers try toimplement functionality in as few bytes as possible -- and forwriting highly obfuscated code.This interpreter supports 30,000 cells and will save your programin between sessions. It also features a local database for savingcode to, so you can come back and work on your masterpiece any timeyou like! It also supports rudimentary debugging withbreakpoints.Comes with two sample programs.
Deadfish Interpreter 1.0 APK
Deadfish is an esoteric programminglanguagethat's often the subject of code golfing exercises. Likemany otheresoteric languages, it only has a few instructions -- i,forincrementing the counter; d, for decrementing the counter; s,forsquaring the counter; and o, for outputting the current valueofthe counter. There is no input instruction.This simple interpreter acts as an environment forwritingDeadfish code. It features a code entry area, an output areaandbuttons for the instruction set. Your work is automaticallysavedwhenever you close the app. Simple and quick: pretty much whatyouwant from anything like this.
The Chase APK
The fox hunts his prey day and night.