Measures Concepts
GitHub icon

mochi

mochi - Programming language

< >

mochi is an open source programming language created in 2014.

Source code:
git clone https://github.com/i2y/mochi
#1080on PLDB 10Years Old

Mochi is a dynamically typed programming language for functional programming and actor-style programming. Its interpreter is written in Python3. The interpreter translates a program written in Mochi to Python3's AST / bytecode.


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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout