callbacks in Haskell

2003-06-25 Thread Robert Vollmert
Hello, I've been having a little trouble writing a module that waits for and handles IO events, e.g. by reading from a pipe. It seemed natural to use some form of callbacks here, though that may very well be the wrong approach. I'd be happy to hear of alternatives. Anyway, I got a callback-based

Re: MacOS X Project Builder and Haskell

2003-06-25 Thread Andre Pang
On Monday, June 23, 2003, at 02:11 AM, Ashley Yakeley wrote: I wrote: Does anyone else use Project Builder with Haskell? Once you fiddle around with it a bit, it seems to work OK with makefiles. But I wondered if anyone had any Haskell-specific extensions? OK, I made some spec files for

callbacks in Haskell

2003-06-25 Thread Tom Pledger
Robert Vollmert writes: | Hello, | | I've been having a little trouble writing a module that waits for and | handles IO events, e.g. by reading from a pipe. It seemed natural to | use some form of callbacks here, though that may very well be the | wrong approach. I'd be happy to hear of

Re: MacOS X Project Builder and Haskell

2003-06-25 Thread Ashley Yakeley
At 2003-06-25 11:51, Andre Pang wrote: Hi Ashley, I guess you've heard of the announcements of the new Apple IDE announced at WWDC recently (Xcode). I'm at WWDC right now, and I'll do my best to talk to the Apple engineers there to make sure that all the infrastructure is in place to be able