What's the best toolkit for Haskell GUI and some good tutorial to go with it? Al experience with GUI I have is from HtDP.
Name:
Anonymous2008-03-24 11:39
wxHaskell is a portable and native GUI library for Haskell, built on wxWidgets. It is often used by those wanting to develop a GUI with a functional language.
we will focus on the wxHaskell toolkit, as it allows you to produce a native graphical interface on all platforms that wxWidgets is available on, including Windows, Linux and MacOS X.