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

mimium

< >

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

#902on PLDB 5Years Old
Download source code:
git clone https://github.com/mimium-org/mimium
HomepageSource CodeTwitter

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) }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll