Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 737 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 737 Bytes

ILS

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.

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

image