Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danue1/danube

The Danube Programming Language
https://github.com/danue1/danube

compiler danube interpreter language programming

Last synced: 10 days ago
JSON representation

The Danube Programming Language

Awesome Lists containing this project

README

        

# Danube Programming Language

Danube is a programming language strongly inspired by [Rust](https://github.com/rust-lang/rust/), but it is an interpreter language without a lifetime and ownership model.

## Hello, World!

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

The syntax can be found in [docs/Syntax.md](./docs/Syntax.md).

## Special Thanks

This language was named Danube by [@thehighestend](https://github.com/thehighestend)!

## License

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