Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

mochi

< >

mochi is an open source programming language created in 2014.

#712on PLDB 10Years Old
Download source code:
git clone https://github.com/i2y/mochi

Dynamically typed functional programming language


Example from the web:
def factorial(n, m): if n == 1: m else: factorial(n - 1, n * m)

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io