This is a compiled, general-purpose programming language. The objective of this language is to offer a modern solution to the low and mid-level programming users, generally as an alternative to languages like C or C++.
- Clean and simple syntax
- Operator Overloading
- High performance
- Supports OOP paradigm
Quarzum is currently under development. The estimated date for the firt alpha version is close to December 2024.
import "@std/console.qz"
function main(){
console.out("Hello world!");
}