Demo Apps

February 24, 2026 ยท View on GitHub

There are a number of small demo applications that show how the code in this programming language looks like:

Terminal Programs

  • Chess engine
  • Falling block game
  • Text editor

Standard Library

Most of the standard library functions are implemented in this language:

  • BigInt (arbitrary precision integer) library
  • Floating-point math library
  • Regular expression library
  • Data compression tool LZ4 (fast)
  • Data compression tool SR3 (high compression rate)