mochi
mochi is an actively used programming language created in 2014.
5Years Old | 1,975Users | 0Jobs |
- mochi ranks in the bottom 50% of languages
- mochi on github
- mochi first appeared in 2014
- I have 25 facts about mochi. just email me if you need more.
Example code from the web:
def factorial(n, m): if n == 1: m else: factorial(n - 1, n * m)Edit
Last updated February 11th, 2019