[Haskell-cafe] [Haskell-beginners] appropriateness of haskell for GUIs

Sanny Sanoff san at sysdate.com
Sun Mar 22 15:53:16 EDT 2009




Brandon S. Allbery KF8NH wrote:
> 
> 
> Glade works fine if all you want is to place widgets; but it won't  
> generate template code in Haskell (it will for C and C++) to connect  
> the widgets together, which is what I understand from "you have to  
> type everything yourself".
> 
> 

I use Template Haskell to extract information from .glade files and produce
some haskell glue on the fly. So you need to declare stuff only once (in
glade file).

Regards,
San.

-- 
View this message in context: http://www.nabble.com/Re%3A--Haskell-beginners--appropriateness-of-haskell-for-GUIs-tp22636852p22644320.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.



More information about the Haskell-Cafe mailing list