∠fuck
Jump to navigation
Jump to search
∠fuck is an esolang invented by User:None1. It is derived from brainfuck.
Tape
The tape can contain unbounded real numbers.
All cells are 1 at the start, unlike brainfuck.
Commands
represents the current cell value.
< >: The same in bf
+:
-:
[CODE]: While isn't 1, do CODE
,: Input a character, if its extended ASCII value is , then set the current cell value to
.: Output a character which has the extended ASCII value of
EOF returns 1.
Examples
Cat Program
,[.,]
Computational class
Turing-complete, because brainfuck with bit cells is Turing complete, and in ∠fuck, we can use for 0 and for 1.