Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

mun-lang

mun-lang - Programming language

< >

mun-lang is a programming language created in 2019.

#815on PLDB 4Years Old 1.5kUsers
0Books 0Papers

Source code for the Mun language and runtime.


Example 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 }

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X
doodle.html · mun-lang.html · alef.html

View source

- Build the next great programming language · Search · Day 212 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com