Skip to content

Danue1/danube

Repository files navigation

Danube Programming Language

Danube is a programming language strongly inspired by Rust, but it is an interpreter language without a lifetime and ownership model.

Hello, World!

fn main() {
  let message = "Hello, World!";
  println(message);
}

The syntax can be found in docs/Syntax.md.

Special Thanks

This language was named Danube by @thehighestend!

License

This project is licensed under the MIT license. Please see the LICENSE file for more details.

Releases

No releases published

Packages

No packages published

Languages