- This is still a work in progress. It may be changed in the future.
Esolang made with AI is an esolang by User:Esolangist and Microsoft Copilot.
Commands
Command Set 1
| Command |
What it does
|
| π |
Pushes 0 to the stack
|
| π’ |
Adds 1 to the top of the stack
|
| β |
Subtracts 1 from the top of the stack
|
| π |
Starts a loop (while top of stack β 0...)
|
| π |
Ends a loop
|
| π€ |
Prints the top of the stack as an ASCII character
|
| π₯ |
Reads a character from input and pushes it to the stack
|
| π |
Swaps the top 2 values of the stack
|
| π |
Pops a value from the stack and discards it
|
| π§ |
Duplicates the top value of the stack
|
| β, π½, β, β, β° |
Do addition, subtraction, multiplication, division and modulo respectively to the top two values of the stack.
|
Command Set 2
| Command |
Meaning
|
| β© |
Skips the next command.
|
| π¦ |
Duplicates the second-from-top value of the stack.
|
| β¨ |
Pushes the ASCII value of the next character to the stack.
|
| π₯ |
"Burns" the stack, deleting all values.
|
| π |
Pops a value. If it is zero, NOP. Otherwise, skip the next instruction.
|
| π |
A comment.
|
Command Set 3
| Command |
Meaning
|
| π¬ |
Pops the top of the stack and places it into the register.
|
| π |
Resets the register to 0 and pushes the value that was in it to the stack.
|
| π |
Reverses the stack.
|
| β |
Duplicates the bottom value of the stack and places it at the top.
|
| β |
NOP.
|
| β |
Opposite of π.
|
| β |
If the top of the stack is 0, halt.
|
| π© |
Pops the top of the stack and executes it as code.
|
| β |
Halts.
|
| π€ |
Stops for (Top of stack) seconds.
|
Command Set 4
| Command |
Meaning
|
| π² |
Pushes a random number between 1 and
|
| β |
Pops the top of the stack, and skips that many instructions.
|
| π‘ |
Toggles a global boolean
|
| π |
Either pushes 0 or 1.
|
| π |
Rotates the stack upwards.
|
examples
Hello world
β¨!β¨dβ¨lβ¨rβ¨oβ¨wβ¨ β¨,β¨oβ¨lβ¨lβ¨eβ¨Hππ€π