
7 May
2003
7 May
'03
12:33 a.m.
2003年05月06日(火)の20時19分に Amanda Clare 曰く:
At the moment, I'd like to generate Haskell access to all the functions and enums defined in the Oracle database C library libsqlora8 http://www.poitschke.de/libsqlora8/. Something like SWIG sounds ideal for that. C2hs looks good. But somehow, if I do it in c2hs I have to read and understand all about the ffi, stable pointers and foreign pointers etc. Is the problem just too complicated in Haskell to automate completely?
Interesting question, since for a while I've been dreaming about c2hs being able to do bindings automatically. Jens