Changes

June 23, 2026 ยท View on GitHub

  • 2026-04-04: Improved for loops to allow iterating over entries, or entries + index.
  • 2026-03-28: First complete LINQ (Language Integrated Query) example using SQLite.
  • 2026-03-25: Improved macro features: ast, values, line.
  • 2026-03-20: Equality tests now use == instead of = for clarity.
  • 2026-03-20: Work-in-progress: support for LINQ.
  • 2026-03-20: Support for map/filter (list comprehension) on generic types.
  • 2026-03-03: Owned types are now declared just using "owned". A type is now owned or not (previously, both versions where available).
  • 2026-02-24: Global constants and variables have additional restrictions for safety and clearness.
  • 2026-02-20: Memory management documentation and tests.
  • 2026-02-12: New experimental tiny language "At" with separate playground.
  • 2026-02-06: Regular loops now use the "loop" keyword instead of "while".