mimium #mimium (MInimal-Musical-medIUM) is a programming language specialized for describing and generating music. fn dsp(){ let phase = (now/samplerate)%1 let r = 440* phase * 6.2831853 |> sin (r,r) }fn dsp(){ let phase = (now/samplerate)%1 let r = 440* phase * 6.2831853 |> sin (r,r) } mimium is designed and developed not just as a tool for musicians and programmers, but also as infrastructure fo