From: Mads <mad...@ya...> - 2007-08-12 14:27:39
|
Hi all A new release of AutoForms (http://autoforms.sourceforge.net/) is coming close. To accompany the new release I am in the process of making a tutorial. It can be found here http://www.haskell.org/haskellwiki/AutoForms/Tutorial . I would be very happy if anybody had the time to review the tutorial. >From AutoForms README.txt file: "AutoForms is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components. The AutoForms user creates an ordinary algebraic data type (ADT), which should reflect the data model of an application. From this ADT AutoForms automatically constructs a GUI component, by using the structure and identifiers of the ADT. To facilitate this construction, AutoForms uses the "Scrap your boilerplate" approach to generic programming." Greetings, Mads Lindstrøm |