Re: Which GUI on X11R6 ?

1999-08-03 Thread Grigoriy Strokin

On Mon, 2 Aug 1999, Alex Ferguson wrote:

 
 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 speaking
 under active development or support, as I understand it, but is in
 a usable state, and other people seem to be tweaking it, and/or
 working on related methodologies.

Some work on TclHaskell is being done afaik, 
and now you'd probably take a look on my pacthes for adapting
TclHaskell to Haskell98 (ghc and hugs98) under FreeBSD...
I've posted them there, and you can find them 
in maillist arhive (haskell.org)...


=== Grigoriy Strokin, Lomonosov University (MGU), Moscow ===
=== contact info: http://isabase.philol.msu.ru/~grg/ ===






Re: Which GUI on X11R6 ?

1999-08-03 Thread Manuel M. T. Chakravarty

 has anybody there an idea which GUI is usable with Haskell 98 on
 a Unix/X11R6 system (FreeBSD to be complete)?

I am working at a Haskell binding for GTK+ (the currently
probably most popular open source GUI):

  http://www.score.is.tsukuba.ac.jp/~chak/haskell/gtk/

Cheers,

Manuel





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 new release of it out in the next
few days that works with hugs98 and ghc-4.04.

Meurig Sage

-- previous mail sent 20 July 1999 --- 

Hi,
I am indeed working on an improved version of TclHaskell. 
I'll be providing an initial release within a few weeks. 
(Hopefully by the end of this month.)

It uses the event and behavior of Fran to allow a more
structured and declarative approach to composing GUIs.

I've also got a modified and patched up version of TclHaskell 
that my stuff is built on top of. I was planning to release
a version of this system as well, to allow several different 
interfaces to access Tcl-Tk from Haskell.

Meurig





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 speaking
under active development or support, as I understand it, but is in
a usable state, and other people seem to be tweaking it, and/or
working on related methodologies.

Cheers,
Alex.





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 any more.

If the Win32 API is in better condition, will it be possible to use
this with either Wine or TWIN?

--
Dipl.-Math. Wilhelm Bernhard Kloke
Institut fuer Arbeitsphysiologie an der Universitaet Dortmund
Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 montags und dienstags





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 actually received various
small improvements and additions over the last couple of years. But this
work has been done as a spare time project and as needed by another
project [1], so we haven't taken the time to create and advertise any
formal releases.

Recent versions of the fudget library and the reference manual
can be found on [2] and [3], respectively. It currently compiles with
HBC for Haskell 1.4 and Haskell 98 and, occasionally also with GHC 4.0x. 

References

[1] http://www.cs.chalmers.se/~hallgren/Alfa/
[2] ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/untested/
[3] http://www.cs.chalmers.se/Cs/Research/Functional/Fudgets/Manual/

--
Thomas Hallgren

PS Since my home computer runs FreeBSD, I know for sure that Fudgets
compiles and runs just fine under FreeBSD :-)