A lightweight, natively concurrent scripting language carefully designed to create rich interactive games and applications easily on TI-84 Plus CE and TI-83 Premium CE calculators.
Get Started
Neon features a clear, minimalist syntax closely resembling Python. It removes unnecessary boilerplate code, making it an incredibly intuitive and easy to learn language for developers of all skill levels.
Enjoy programming with complete freedom. Neon adopts tolerant dynamic typing, allowing you to write fluid scripts and iterate rapidly on game mechanics without strict compilation constraints.
Debugging on hardware shouldn't be a nightmare. Neon provides highly clear, efficient, and readable error messages that instantly pinpoint syntax or execution faults right where they happen.
While Neon runs flawlessly across multiple platforms including Linux and Windows, its primary home is the TI_EZ80 hardware family. It streamlines the complex workflow of calculator game programming into elegant, fast, and secure scripts.
Neon brings multitasking structures to platforms without native multitasking operating systems. Describe complex asynchronous game loops seamlessly using built-in task scheduling, promises, processes and passive waiting.
Develop visually gorgeous calculator games easily. Neon offers an extensive and powerful out-of-the-box graphics library to efficiently draw any kind of objects and easily manipulate the graphical screen.
Engineered with resource constraints in mind, the Neon interpreter takes up a minimal memory footprint. It integrates elegantly into any custom workspace or existing framework project. It can also be easily extended with application-specific features