అంతులేనిబైనరీలు

From Esolang
Jump to navigation Jump to search

అంతులేనిబైనరీలు (pronounced /antulenibaɪnaɾilu/) is an esoterical programming language with an infinite tape but only 2 states possible in those tapes.

Commands

+ flip cell at pointer (0 turns to 1, 1 turns to 0)
> move pointer right
< move pointer left
[ go to corresponding ] if cell at pointer is 0
] go to corresponding [ if cell at pointer is 1
. output cell at pointer
, replace cell at pointer with input from 0 to 1
( go to corresponding ) if cell at pointer is 1
) go to corresponding ( if cell at pointer is 0
{ begin a forever loop
} end a forever loop (rare case)

Examples

Cat

{,.

11111011111

+.....>.<.....

Truth machine

,[.].

Nop