Danube is a programming language strongly inspired by Rust, but it is an interpreter language without a lifetime and ownership model.
fn main() {
let message = "Hello, World!";
println(message);
}
The syntax can be found in docs/Syntax.md.
This language was named Danube by @thehighestend!
This project is licensed under the MIT license. Please see the LICENSE file for more details.