GibMeRol
Jump to navigation
Jump to search
GibMeRol is a Brainfuck clone that replaces each command in Brainfuck with the letters GibMeRol. It was created for the sole purpose of getting its author, User:Milkman, the 'ESOLANG CREATOR' role in User:Truttle1's discord server. It didn't work.
Commands
GibMeRol appropriates brainfuck's octuple instruction set verbatim, simply renaming its identifiers:
Brainfuck | GibMeRol |
---|---|
> |
G
|
< |
i
|
+ |
b
|
- |
M
|
, |
e
|
. |
R
|
[ |
o
|
] |
l
|
Examples
Hello World
bbbbbbbboGbbbboGbbGbbbGbbbGbiiiiMlGbGbGMGGboiliMlGGRGMMMRbbbbbbbRRbbbRGGRiMRiRbbbRMMMMMMRMMMMMMMMRGGbRGbbR
Cat program
An infinitely repeating cat program, which terminates on a user input equal to the null character, is demonstrated below:
eRoeRl
Truth-machine
The following provides a truth-machine:
eRoMMGboGGlioRliil
Interpreter
- Common Lisp implementation of the GibMeRol programming language.