Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.42 KB

File metadata and controls

41 lines (37 loc) · 1.42 KB
layout home
hero
name text tagline actions
Vix
Modern systems programming language.
A compact, statically typed language with native compilation and a compiler you can read.
theme text link
brand
Get started
/guide/installation
theme text link
alt
Explore the language
/language/syntax
features
title details
Native by design
Compile Vix programs through the real compiler backend pipeline.
title details
Clear semantics
Learn syntax, types, ownership, context, and compiler behavior together.
title details
Open development
Track the bootstrap branch and label experimental behavior honestly.

Start with a real program

import "std/io.vix"
fn main(): i32
{
    puts("Hello, Vix!")
    return 0
}

Status: Bootstrap / Development. Feature status is verified against vixlang/Vix-lang@bootstrap where noted.