User:I am islptng/Draft

From Esolang
Jump to navigation Jump to search

After LinearModulo2, I decided to create a new esolang. It is stack-based.

Like the previous version, we use infinite bitsets. However, we have a stack.

+ Shift left stacktop.
- Shift right stacktop.
| NAND
: Duplicate
< Move stack top to bottom.
> Move stack bottom to top.
[...] Loop until fixed-point.

The stack has the inputs (or 0 if no input is provided) before the execution.

This is still a work in progress. It may be changed in the future.