Re: Haskell HTTP lib?

1999-08-27 Thread Tommy Thorn
Sven Panne wrote/a ecrit/skrev: > William Lee Irwin III wrote: > > Personally, I'd like to see some equivalent of the C system call > > select(2) in GHC's socket library; [...] > > About a year ago this has been discussed, but the implementation has > somehow vanished from GHC's sources. Strange.

Bcc: Re: Haskell HTTP lib?

1999-08-27 Thread Manuel M. T. Chakravarty
To: [EMAIL PROTECTED] Subject: Re: Haskell HTTP lib? In-Reply-To: Your message of "Fri, 27 Aug 1999 10:06:01 +0200" <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-T

Re: Haskell HTTP lib?

1999-08-27 Thread Sven Panne
William Lee Irwin III wrote: > Personally, I'd like to see some equivalent of the C system call > select(2) in GHC's socket library; [...] About a year ago this has been discussed, but the implementation has somehow vanished from GHC's sources. Strange... http://www.dcs.gla.ac.uk/mail-www/gla

Re: Haskell HTTP lib?

1999-08-27 Thread Claus Reinke
>> > I suppose, if the haskell->jni stuff is done, that would count, but I am >> > not sure of its status. >> >> That (Lambada) is being worked on. > > From the below, it sounds like Lambada (great name!) is for Java calling >Haskell. I want Haskell to call Java. What good are HTTP servers a

Re: Haskell HTTP lib?

1999-08-27 Thread Sven Panne
"S. Alexander Jacobson" wrote: > There is that consistent FFI problem again. It's not only something not covered in Haskell 98, but the language and the libraries itself (see chap. 9 in the Hugs manual). The module system differs in some subtle ways, the IO module misses a lot of functionality, e

Re: Haskell HTTP lib?

1999-08-27 Thread William Lee Irwin III
On Fri, Aug 27, 1999 at 10:06:01AM +0200, Sven Panne wrote: > I've got no idea when the "Great Merger" is finished, hence my > suggestion above. Note that I'm not flaming against Hugs, I was actually > a real fan of it, and I know that in academia you earn *nothing* for > implementing hSeek and fr

Re: Haskell HTTP lib?

1999-08-26 Thread Erik Meijer
> Has anyone implemented an HTTP client library that works with Hugs & GHC > on both windows and unix? I know that Sigbjorn has a binding for the W3C libraries, but I think that only works for GHC. > I suppose, if the haskell->jni stuff is done, that would count, but I am > not sure of its stat

Re: Haskell HTTP lib?

1999-08-26 Thread S. Alexander Jacobson
On Thu, 26 Aug 1999, Erik Meijer wrote: > > Has anyone implemented an HTTP client library that works with Hugs & GHC > > on both windows and unix? > > I know that Sigbjorn has a binding for the W3C libraries, but I think that only >works for GHC. There is that consistent FFI problem again. I

Haskell HTTP lib?

1999-08-26 Thread S. Alexander Jacobson
After all the discussion of FFIs for Haskell... Has anyone implemented an HTTP client library that works with Hugs & GHC on both windows and unix? I suppose, if the haskell->jni stuff is done, that would count, but I am not sure of its status. -Alex- PS. I am really tired of using PHP for web