Re: Which GUI on X11R6 ?

1999-08-02 Thread Thomas Hallgren
"Wilhelm B. Kloke" wrote: > Hi, > > has anybody there an idea which GUI is usable with Haskell 98 on > a Unix/X11R6 system (FreeBSD to be complete)? > > It seems that all GUI stuff develepmont (Fudgets, Haggis ...) > has been stalled since some years. The fudget library still works and it has ac

Re: The dreaded layout rule

1999-08-02 Thread Christian Sievers
Carl Witty wrote about layout horror and reasoned that >do { a `elem` b ` > is a legal prefix of the Haskell grammar: it could be completed by >do { a `elem` b `seq` c } > for instance. So no implicit close-brace gets inserted; and >a `elem` b `elem` c > is a syntax error. which see

Re: Which GUI on X11R6 ?

1999-08-02 Thread Alex Ferguson
Wilhelm B. Kloke: > has anybody there an idea which GUI is usable with Haskell 98 on > a Unix/X11R6 system (FreeBSD to be complete)? > > It seems that all GUI stuff develepmont (Fudgets, Haggis ...) > has been stalled since some years. I'd look at TclHaskell, if I were you. It's not strictly s

Which GUI on X11R6 ?

1999-08-02 Thread Wilhelm B. Kloke
Hi, has anybody there an idea which GUI is usable with Haskell 98 on a Unix/X11R6 system (FreeBSD to be complete)? It seems that all GUI stuff develepmont (Fudgets, Haggis ...) has been stalled since some years. Some of the links in the Haskell libraries and tools page are not even accessible a

RE: Which GUI on X11R6 ?

1999-08-02 Thread Meurig Sage
Sorry the last time I sent this messed up. -Original Message- Hi, has anybody there an idea which GUI is usable with Haskell 98 on a Unix/X11R6 system (FreeBSD to be complete)? As I mentioned in an earlier mail, I'm working on GUIs in Haskell building on TclHaskell. I'll have a ne