Vorn.vn

A systems programming language.

Type-safe, native compiled language focused on low-level control, compiler research and education.

In active development. Documentation and source code will be published with the v0.1.0 release.
// main.vn
fn main(): int {
    return 0;
}