I'm in the process of writing a music sequencer in haskell. It's not ready for release yet so I've just been lurking, curious about what other people are doing with haskell and music.
Haskell has been a pretty good choice. Laziness is inherently suitable for music, and all the hard work of score realization and performance is pure. Monadic values are pretty core to the design, so had I used a different language it would probably have turned out completely differently. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
