Re: [Haskell-cafe] How to properly design a Haskell TK

2009-02-06 Thread Luke Palmer
On Fri, Feb 6, 2009 at 1:02 AM, Achim Schneider bars...@web.de wrote: I've been thinking a bit, and come to the conclusion that we should just do it as others did it before: Start off with application-specific tk's, figure out what's cool and what's compatible and then put them into

Re: [Haskell-cafe] How to properly design a Haskell TK

2009-02-06 Thread Roman Cheplyaka
* Luke Palmer lrpal...@gmail.com [2009-02-06 01:09:45-0700] On Fri, Feb 6, 2009 at 1:02 AM, Achim Schneider bars...@web.de wrote: I've been thinking a bit, and come to the conclusion that we should just do it as others did it before: Start off with application-specific tk's, figure out

Re: [Haskell-cafe] How to properly design a Haskell TK

2009-02-06 Thread Peter Verswyvelen
I don't think we need one large GUI toolkit. We need orthogonal little pieces that could be combined together into a toolkit... Less is more... So first we need to identify what these pieces really are, what they mean and how they can be composed together to make a bigger thing... So what *is* a