fn main() {
console.log("Hello, world!");
}
What is it?
Varjus is a dynamically typed scripting language for C++ with JavaScript-like syntax and strict runtime rules. It is designed for embedding in applications, allowing scripts to call C++ code directly.