Esoteric Sequence of Numbers
(Redirected from ESoN)
Esoteric Sequence of Numbers (Shorten to ESoN) is an esolang that was used for User:Ractangle's esolang implementation project "ESO"
This language contains a stack and two signed integer accumulators, with accumulator A getting the priority
Commands
| Command | Behaviour |
|---|---|
| 1 | Increment A |
| 2 | Decrement A |
| 3 | Swap accumulators B and A |
| 4 | Compares if TOS and STTOS are equeal to each other, Then pushes it to stack |
| 5 | Push A to stack |
Example
13115354
This is the most simple and complex program ever in this language