Re: [Haskell-cafe] State of play with Haskell-Cocoa (Objective-C)bindings?

2011-08-01 Thread Donn Cave
Quoth Luke Evans l...@eversosoft.com, I'm planning to start an Objective-C/Cocoa project and would like to write it in Haskell as much as possible. Of course, I can contrive to split the project into app logic (Haskell) and UI (Objective-C) with some sort of minimal interface between them;

Re: [Haskell-cafe] State of play with Haskell-Cocoa (Objective-C) bindings?

2011-08-01 Thread Edward Amsden
On Sun, Jul 31, 2011, Luke Evans l...@eversosoft.com wrote: - HOC seems very close to what I'm looking for, but the project looks pretty 'dormant'. My last go-round with HOC it failed at parsing Apple's Objective-C headers. I've been thinking of digging into it and fixing it, but I'm a student

[Haskell-cafe] State of play with Haskell-Cocoa (Objective-C) bindings?

2011-07-31 Thread Luke Evans
I'm planning to start an Objective-C/Cocoa project and would like to write it in Haskell as much as possible. Of course, I can contrive to split the project into app logic (Haskell) and UI (Objective-C) with some sort of minimal interface between them; possibly just plain old C FFI. However,