Dotter
Jump to navigation
Jump to search
Dotter is a stack-based esoteric language.
Commands
..............[ascii]: pushes ascii as a character to the end of the stack..............[ascii]: pushes ascii as a character to the beginning of the stack.............: prints stack to the console............: prints stack to the console but reversed...........: prints last character of stack to the console...........: prints first character of stack to the console..........: deletes last character of stack.........: deletes first character of stack._: indicator for next command.
Installation
- Download Python 3.9
- Download the 'main.py' file from the github repository
- Run
python3 [main.py file path] [(optional)code file path]
Hello world! program
..............72_..............101_..............108_..............108_..............111_..............32_..............119_..............111_..............114_..............108_..............100_..............33_............