Compiler for the Vale programming language.
Vale is the fast, fearless, and flexible programming language. It aims to be as fast as Rust, as easy as Java, and as safe as Javascript.
See http://vale.dev/ for samples and more information on the language!
See also our treasure trove of working examples, grouped by functionality.
- Download the latest binary at http://vale.dev/download
- Unzip it into, for example,
~/Vale
, andcd
into it. - Compile a program:
python3 valec.py build hello hello:./samples/helloworld stdlib:./stdlib/src
- Run the program:
./a.out
See the Guide for how to use Vale.
For instructions for building the compiler itself, see Building the Compiler.
- VSCode plugin: Syntax-highlighting and basic autocompletion.
- Vim plugin: Syntax-highlighting
Vale started in January 2013, and back then we called it "VLang", though there's now another language with that name. We then called it GelLLVM, in honor of Gel, the first language to offer constraint references. Since then, we've settled on the name "Vale". Note that Vale and Vala are two different languages.