A memory safe and compiled systems programming language.
- Ownership based memory management without GC
- Memory safe and no reference restriction
- Low-level memeory access
- Object-oriented
- Interoperate with existing C++ code
- Modularization
- With Block
- Non-nullable pointer
- Dynamic Reflection
- Generic Template, Closure, Operator Overloading
- VSCode plugin and LSP support
Learn More | 文档