| layout | home | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hero |
|
||||||||||||||||||||||
| features |
|
import "std/io.vix"
fn main(): i32
{
puts("Hello, Vix!")
return 0
}
Getting startedInstall the toolchain and run your first program.
Language guideSyntax, types, ownership, context, modules, and more.
Compiler internalsFollow source code through the bootstrap compiler.
ExamplesSmall programs based on repository examples.
Status: Bootstrap / Development. Feature status is verified against
vixlang/Vix-lang@bootstrapwhere noted.