A clean c++/c# like language that transpiles to Javascript, PHP, C++ and more, while maintaining native performance.
Specs should come soon ( Before Carbonite 1.0 ) and will be hosted in this repo.
class App {
int start(<string>array args) {
let msg = ["Hello", "world!"];
Console.log(msg.join(" "));
return 0;
}
}