All Projects → Danue1 → danube

Danue1 / danube

Licence: MIT License
The Danube Programming Language

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to danube

malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+239.39%)
Mutual labels:  programming, interpreter
consize
Consize is a concatenative programming language
Stars: ✭ 27 (-18.18%)
Mutual labels:  programming, interpreter
ocaml-offchain
Fork of WebAssembly reference interpreter with support for generating proofs needed for blockchain verification
Stars: ✭ 42 (+27.27%)
Mutual labels:  interpreter
vbf
A brainfuck interpreter/compiler written in V.
Stars: ✭ 17 (-48.48%)
Mutual labels:  interpreter
Data-structures
Data Structures in Java
Stars: ✭ 13 (-60.61%)
Mutual labels:  programming
asl-interpreter
Example implementation of Arm's Architecture Specification Language (ASL)
Stars: ✭ 78 (+136.36%)
Mutual labels:  interpreter
c2c2017
Course material and references for Campus To Corporate course, 2017.
Stars: ✭ 36 (+9.09%)
Mutual labels:  programming
landscape-of-programming
This repo aim to show you what to learn on the way to excellence.
Stars: ✭ 67 (+103.03%)
Mutual labels:  programming
Windows-API-examples
Sources from the ZetCode's Windows API tutorial
Stars: ✭ 25 (-24.24%)
Mutual labels:  programming
RISVM
A low overhead, embeddable bytecode virtual machine in C++
Stars: ✭ 21 (-36.36%)
Mutual labels:  interpreter
cs-resources
Curated Computer Science and Programming Resource Guide
Stars: ✭ 42 (+27.27%)
Mutual labels:  programming
Commodore64 Programming
Commodore 64 Programming KickAssembler Library and Examples
Stars: ✭ 20 (-39.39%)
Mutual labels:  programming
lecture
2015年度後期 計算機科学第一 講義
Stars: ✭ 13 (-60.61%)
Mutual labels:  programming
100-redteam-projects
Projects for security students
Stars: ✭ 731 (+2115.15%)
Mutual labels:  programming
SandboxJS
Safe eval runtime
Stars: ✭ 18 (-45.45%)
Mutual labels:  interpreter
Best-Coding-practices-in-android
This repo is to add best practices that developers can apply to write clean, short and testable code in android.
Stars: ✭ 86 (+160.61%)
Mutual labels:  programming
awesome-devcontainers
A curated list of awesome tools and resources about dev containers for common programming languages and technology stacks to boost your developer productivity 🚀
Stars: ✭ 165 (+400%)
Mutual labels:  programming
bl
Simple imperative programming language created for fun.
Stars: ✭ 57 (+72.73%)
Mutual labels:  programming
H-Calc
So, you want to write a DSL interpreter...
Stars: ✭ 21 (-36.36%)
Mutual labels:  interpreter
cefet-web
Aulas da disciplina de Programação Web no CEFET/MG
Stars: ✭ 12 (-63.64%)
Mutual labels:  programming

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].