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...

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Windows
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • systems-language
  • development

Ante compile-time language News & Activities

Highlights All activities

Recent activities

No activities found.

Ante compile-time language information

  • Developed by

    jfecher
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  2,130 Stars
  •  97 Forks
  •  39 Open Issues
  •   Updated  
View on GitHub
Ante compile-time language was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links