ILS is a low-level programming language designed to provide fine-grained control over system resources, similar to C. It combines the power of systems programming with modern syntax for improved readability and productivity. It is an ongoing learning project, continuously evolving with new features.
- Efficient execution: Compiles to native machine code for optimal performance
- Modern syntax: Cleaner and more readable than traditional low-level languages
- Strong typing: Includes static type checking for improved safety
- Custom allocator: It uses my own allocator spa