/vizibility

Vizibility (of the viz family), aims to be an easy to pick-up, statically typed and compiled programming language built on top of the llvm compiler.

Primary LanguageRustApache License 2.0Apache-2.0

Vizibility

Vizibility (of the viz family), aims to be an easy to pick-up, statically typed and compiled programming language built on top of the llvm compiler.

Syntax

Vizibility uses a mix of rust and lua for it's syntax, combining versatility and readability.

fn main()
    println("Hello world!")
end

(more to come)