Re: raptor

On 5 Apr 2010, at 02:21, Arto Bendiken wrote:
> 
> PS. RDF::Raptor 0.2.0, released yesterday, included an initial set of
> FFI bindings to Raptor, as well as RDF::Reader implementations based
> on both CLI and FFI. Successfully tested in Ruby 1.8.x, 1.9.x and
> JRuby 1.4.0. Your contributions in further improving the FFI bindings
> and helping make this the definitive, canonical Raptor gem for Ruby
> would be welcomed.

Thanks Arto!

I started my own FFI binding just before the Easter break, and was pleasantly surprised by how straightforward it was. Bit tedious, so I'm happy you've done the hard work :-)

There is a tool to generate ffi bindings from swig:

<http://github.com/ffi/ffi-swig-generator>

Which was far from perfect (i.e. the output required some fixes) but might save some work in the long run.

Damian

Received on Monday, 5 April 2010 12:40:41 UTC