Measures Concepts
GitHub icon

mimium

mimium - Programming language

< >

mimium is a programming language created in 2019 by Tomoya Matsuura.

Source code:
git clone https://github.com/mimium-org/mimium
#1546on PLDB 5Years Old

mimium (MInimal Musical medIUM) a programming language as an infrastructure for sound and music.


Example from the web:
// A minimal example below generates a sinewave of 440Hz: // minimal.mmm twopi = 3.141595*2 sr = 48000 fn dsp(){ out = sin(now * 440 * twopi / sr) return (out,out) }

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