Home | QAT Language
Closer to your machine's heart
🦾
Superfast modern systems language for reliable & maintainable software...
lava-cover
Download
Contribute
github-icon
github-icon
github-icon
Examples
CLI Arguments
pub main -> int
(args :: slice![cStr]) [
loop in args => let item, i [
say "Argument at ", i,
" is: ", item.
]
give 0.
]
Created with ❤️ in Kerala, India 🇮🇳 by

Aldrin Mathew

Aldrin Mathew Profile Picture

REPOSITORIES

Skill methods & Polymorphs

Mix types / Sum types

Marks / Pointers

No garbage collection. No borrow checking

Customisable Lifetimes

Pattern Matching

Extensive Compile Time Execution

Generic Types

Mutable Value Semantics

Copy & Move semantics