Azin
Azin is an open-source systems programming language designed for performance and simplicity. It aims to provide developers with a clean, expressive syntax (not like C) while remaining close to the hardware when needed.
The project is currently in active development. Although still in its early stages, the long-term vision is to build a complete toolchain consisting of a compiler, standard library, package manager, documentation, and developer tooling.
Goals
- High performance
- Modern, readable syntax
- Strong static typing
- Comprehensive standard library
- Cross-platform support
- Native code generation (without LLVM)
Current Status
The language is actively evolving. The compiler frontend is under development, and the syntax is still subject to change as new features are designed and implemented.
Links
- GitHub Org: https://github.com/azin-lang
- Docs: https://docs.azin-lang.org