Ante compile-time language
Ante is a compiled systems language focusing on providing extreme extensibility through the use of a compile-time API. Using such an API, compiler extensions can be created within the program itself, allowing for the addition of a garbage collector, ownership system, automatic...
Features
Tags
- systems-language
- development
Ante compile-time language News & Activities
Recent activities
Ante compile-time language information
What is Ante compile-time language?
Ante is a compiled systems language focusing on providing extreme extensibility through the use of a compile-time API. Using such an API, compiler extensions can be created within the program itself, allowing for the addition of a garbage collector, ownership system, automatic linters, etc, all in a normal library without requiring any changes to the compiler itself.
FEATURES
Systems language that feels like an interpreted language Expression-based syntax Robust module system Immutability by default Strongly typed with a detailed algebraic type system and type inferencing Ability to write compiler plugins within the compiled program itself type Programmers have just as much power over their program as the compiler does.
