A simple, embeddable, and type-safe programming language with modern-day ergonomics.
This language is very early in development. Many breaking changes are expected.
- Utilizes a byte-code interpreter for execution
- Fully type-safe
- No exceptions
- No nulls
- Supports sum and product types *
- Comptime metaprogramming *
- Expression based (almost every construct is an expression)
- Simple syntax that is heavily inspired by Lua
- Easily embeddable
Features with * have not yet been implemented.
For syntax examples, check out the tests!