A memory-safe low-level systems programming language. It is based on ownership semantics, provides runtime memory safety checks, and generates human-readable C++ code.
- Blazing fast: low-level memeory access without GC.
- Optional Memory safe: nearly leak-free, No dangling pointers or other common C++ memory issues.
- Easy to learn: No borrow checking, lifetime annotations. No various constructors/assignment, template metaprogramming, function overloading.
- Interoperate with C++: compile to human readable C++ code. Leverage existing code and tools.
- Modern features: object-oriented, null safe, dynamic reflection,template, closure, coroutine.
- Tools: VSCode plugin and LSP support.