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!");
}
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.
Recent posts:
Follow along via our RSS feed, twitter, or the r/Vale subreddit!
What's been happening recently:
Vale is open for contributions, thank you to our team of contributors!
Thank you to our sponsors! Your support is making all this possible.