Neon

Code Examples & Projects

Explore ready-to-run applications built with Neon. Download the source bundles directly and transfer them to your TI calculator to see the concurrent engine and graphics library in action.

Polynom analysis

A program that can develop/factorize any polynom of degree 2.

Download Source (.ne)

Prime numbers

A program that can compute any number of primes numbers.

Download Source (.ne)

An fun Turing-complete programming language

ChatVerse is a turing-complete programming language based on Brainfuck but with a totally different syntax. ChatVerse programs look like poems written in french. A hello world is included in the archive.

Download Archive

Another boring basic interpreted programming language

This file defines a basic imperative programming language and its iterpreter as well as an example of program.

Download Source (.ne)

Monopoly money management program

This program is a command-line tool for managing money in Monopoly games. You can add players, choose how much money to give them, make money transfers, see how much money does someone have, and other features.
The tool also automatically saves the session when exiting to reload it a startup.

Download Source (.ne)