Esolang made with AI

From Esolang
Jump to navigation Jump to search
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πŸ”πŸ“€πŸ”š