Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

mun-lang

< >

mun-lang is a programming language created in 2019.

#443on PLDB 5Years Old
Download source code:
git clone https://github.com/mun-lang/mun
Homepage · Source Code

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 Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0