Re: Accessing PowerLoom from Haskell

Anders NĂ¥sell <[email protected]> Mon, 31 Aug 2015 15:16:04 +0200
Newsgroups gmane.comp.ai.powerloom
Message-ID <[email protected]>
Den 2015-08-28 19:31, Hans Chalupsky skrev:
> ... There could be some problems with all the C++ constructor initialization code being run when your C or Haskell program starts up, but that should be solvable.

I saw in the PowerLoom Manual "6.2.1.6 CLOS Objects versus Structs" that it is possible to get an API with
structs instead of CLOS objects. Would this be a way to get some OO out of the API? 

If so I suppose a tool like e.g. http://www.swig.org/ could then be used to generate the C API?

Anders