It is a 'simple', interpreted esoteric programming language (Esolang) implemented in Python. It's designed to be an easy language to use and remember the syntax for.
- Visual Studio Code (Preferably): Used because there is an extension at Nytescript on VSC Marketplace
- Python 3.12 or higher: Ensure you have Python installed on your system. Preferably 3.13 or 3.14. You can download it from Python Downloads.
- Download Executable for the Respective OS
- (Optional) Add to Path
- Clone or download the Nytescript repository:
git clone https://github.com/nnnGi/Nytescript.git cd Nytescript - (Optional) Create a virtual environment:
python -m venv venv source /.venv/bin/activate # On Linux/MacOS venv\Scripts\activate # On Windows
Notes: No libraries apart from the standard library are used
Nytescript Esolang, written by @0xnCubed in Python 3.12.9 to Python 3.14.0
It is based on the interpreter https://github.com/davidcallanan/py-myopl-code by David Callanan but has a lot added.
This is an interpreted programming Language made in Python named Nytescript. It has essential functions such as printing, input, conditional statements, definable functions, while and for loops, switch and try-except statements, and the ability to run files and exit the programme.
© Copyright @0xnCubed 2025 - 2025