mun-lang
mun-lang is an actively used programming language created in 2019.
1Years Old | 292Users | ?Jobs |
- the mun-lang website
- mun-lang on github
- mun-lang first appeared in 2019
- Have a question about mun-lang not answered here? Email me and let me know how I can help.
Example code from the web:
fn main() { let sum = add(a, b); // Comments: Mun natively supports bool, float, and int let is_true = true; let var: float = 0.5; } // The order of function definitions doesn't matter fn add(a: int, b: int): int { a + b }
Last updated August 9th, 2020