Untitled

4 min read Original article ↗

Vale is a fast, safe, and easy programming language.

Vale is:

Vale is currently in alpha! Download version 0.2 here.

Read comparisons with C++, Javascript, and Rust!

Upcoming Features:

We'll soon bring even more new features and designs into the programming world:

See the Roadmap for more!

Featuring:

import stdlib.*;

exported func main() {
println("Hello world!");
}

import stdlib.*;

exported func main() {
planets = [#]("Venus", "Earth", "Mars");
foreach planet in planets {
println("Hello " + planet + "!");
}

}

Hello Venus!
Hello Earth!
Hello Mars!

Our goal is to make Vale the best language for high-performance low-overhead use cases, such as servers, games, simulations, and systems programming.

Sponsor us on GitHub!

Recent posts:

Follow along via our RSS feed, twitter, or the r/Vale subreddit!

What's been happening recently: