Re: [wxhaskell-devel] CPP to FFI

2013-06-14 Thread Blair Archibald
Ah I see. I'm still looking through the wxHaskell code to see if there is any work I think I can do (as a beginner!) and thought id give this a mention. I agree that SWIG is a great tool! Hopefully they get their summer of code working. Many thanks, Blair On 14 June 2013 15:02, Jeremy O'Donoghu

Re: [wxhaskell-devel] CPP to FFI

2013-06-14 Thread Jeremy O'Donoghue
>From the website... "To use fficxx, you write a Haskell model of the C++ public interfaces and fficxx generates both a C wrapper and associated haskell functions and type classes which reflect specified model of the C++ interfaces. It is currently the user’s responsibility to specify a correct mo

Re: [wxhaskell-devel] CPP to FFI

2013-06-14 Thread Eric Kow
Seems like something the author would be very interested in testing on. I think the wxHaskell paper talks about how it's done here http://research.microsoft.com/pubs/66810/wxhaskell.pdf On 13 June 2013 20:43, Blair Archibald wrote: > Hi guys, > > Did anyone see this new C++ foreign function gener

[wxhaskell-devel] CPP to FFI

2013-06-13 Thread Blair Archibald
Hi guys, Did anyone see this new C++ foreign function generator mentioned in the haskell weekly news. http://ianwookim.org/fficxx/ At the moment the lack of documentation puts me off, but something like this could be the end of some of our generation problems. In my mind it's great that people a