Re: Building ghc-3.02 from HC files on cygwin32 buglets

1998-08-06 Thread Sigbjorn Finne
Hi, thanks for the report - Thomas Nordin writes: Environment: bash-2.01$ uname -a CYGWIN32_NT TIGGER 4.0 19.3 i686 unknown bash-2.01$ perl --version This is perl, version 5.004_04 built for cygwin32 Building ghc-3.02 from hc files: mk/config.mk.in:230 is "GhcLibWays"

Re: panic! (the `impossible' happened):lookupBindC:no info!

1998-08-06 Thread Sigbjorn Finne
Thomas Nordin writes: Hi ghc-3.02 on cywin32 19.3 told me to mail this to you, from compiling Happy 1.5: /usr/local/bin/ghc -cpp -fhaskell-1.3 -fglasgow-exts -O -H12m-c ProduceCode. lhs -o ProduceCode.o -osuf o panic! (the `impossible' happened): lookupBindC:no info!

Re: Felleisen on Standard Haskell

1998-08-06 Thread Gabor Greif
In respone to: ? From: Simon L Peyton Jones [EMAIL PROTECTED] ? Subject: Re: Felleisen on Standard Haskell ? Date: Tue, 04 Aug 98 08:54:48 +0100 I would be happy to find a name that was less grand and final-sounding than 'Standard Haskell' though; but more final sounding than 'Haskell 1.5'.

Haskell and Java (Was: Re: Current state of GUI...)

1998-08-06 Thread Patrick Logan
Regarding the use of JNI (Java Native Interface) to integrate Java and Haskell... Another approach is to use sockets. It is easier to develop, and easier to debug. Another advantage is that the sockets can use a language-independent protocol, making it suitable for a number of languages. For

Re: Current state of GUI libraries for Haskell

1998-08-06 Thread Claus Reinke
Alex wrote: Another approach, which would perhaps be more generically useful is to use Java via the Java Native Interface. I agree. At least it is worth a try, and I this is what I'm currently working on (anyone else out there on the same project?-). There are quite a few problems, though:

Re: Haskell and Java (Was: Re: Current state of GUI...)

1998-08-06 Thread S. Alexander Jacobson
On Thu, 6 Aug 1998, Patrick Logan wrote: Regarding the use of JNI (Java Native Interface) to integrate Java and Haskell... Another approach is to use sockets. It is easier to develop, and easier to debug. Another advantage is that the sockets can use a language-independent protocol, making

ICFP'98 Call for Participation

1998-08-06 Thread Jon Mountjoy
CALL FOR PARTICIPATION INTERNATIONAL CONFERENCE ON FUNCTIONAL PROGRAMMING BALTIMORE --- September 27-29, 1998 Sponsored by ACM SIGPLAN

Re: Current state of GUI libraries for Haskell

1998-08-06 Thread S. Alexander Jacobson
On Thu, 6 Aug 1998, Claus Reinke wrote: Another approach, which would perhaps be more generically useful is to use Java via the Java Native Interface. My current approach is to connect Haskell/Hugs and Java/JDK using GreenCard 2 and JNI. I thought this first step would be simple, but