Miron Brezuleanu <[EMAIL PROTECTED]> wrote,
> I'm a Haskell newbie. I'm also interested in GUIs. I've seen some nice
> stuff concerning functional programming and GUIs, but it appears to have
> been abandoned a long time ago (ie Haggis, Fudgets -- no new releases
> since 96).
[...]
> PS: I don't want Gtk+ Haskell - that's a GUI, but not a functional one.
> The irony is that it works!
Gtk+Haskell is not meant to be a functional GUI. It is just
a binding to an imperative GUI toolkit. On top of it, you
can implement all sorts of functional GUIs.
Manuel