
On Sat, 29 Aug 2009, Michael Mossey wrote:
I want to choose a GUI library for my project. Some background: I'm a beginner to functional programming and have been working through Haskell books for a few months now. I'm not just learning Haskell for s**ts and giggles; my purpose is to write music-composition-related code; in particular, I want to write a graphical musical score editor. (Why write my own editor, you may ask? Because I want to fully integrate it with computer-assisted-composition algorithms that I plan to write, also in Haskell.)
Nice to know. Things in this direction are also implemented in http://hackage.haskell.org/package/haskore You find a lot about music programmed in Haskell in http://www.haskell.org/haskellwiki/Category:Music and in the haskell-art mailing list: http://lists.lurk.org/mailman/listinfo/haskell-art So, good luck with your GUI based music editor!