Skip to content

nnnGi/Nytescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nytescript

Python Version
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.

Getting Started

Prerequisites

  • 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.

Installation

  1. Download Executable for the Respective OS
  2. (Optional) Add to Path

Development Installation

  1. Clone or download the Nytescript repository:
    git clone https://github.com/nnnGi/Nytescript.git
    cd Nytescript
  2. (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

Further Information

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

About

Intepreted Esoteric Programming Language (Esolang) made using Python

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages