WrongFuck
Jump to navigation
Jump to search
WrongFuck is brainfuck, but wrong.
Overview
It runs off of the same brainfuck tape and pointer. All instructions are ran the same way.
Translation from brainfuck
brainfuck | WrongFuck |
---|---|
+
|
>
|
-
|
<
|
>
|
]
|
<
|
[
|
[
|
,
|
]
|
.
|
.
|
+
|
,
|
-
|
Example programs
I didn't do any long programs because I'm lazy
Cat program
,.[,.]
WrongFuck:
+-,+-.