From: Sander E. <s....@cs...> - 2004-09-22 16:23:33
|
I hereby present FunctionalForms, a combinator library for use with wxHaskell. FunctionalForms enables a very concise programming style for forms (dialogs which only show and edit a set of values): * control and layout definition are combined into one expression, * values are passed to and from the controls automatically, * no control pointers are used * no IO monad programming has to be done. FunctionalForms consists of a few Haskell modules which are easy to use. Most of the functions are very similar to wxHaskell's controls and layout combinators, although used in a different way. FunctionalForms is in an early stage, so it is not well-documented, but a small tutorial is available. I would like to invite the interested reader to try out the library and give feedback. Comments, questions and suggestions are very welcome. FunctionalForms can be found at: http://www.cs.ru.nl/~sandr/FunctionalForms Sander Evers |