Archive for the ‘JRuby’ Category

JRuby access to C libraries using FFI

Tuesday, September 2nd, 2008

With the new release of JRuby 1.1.4 it is possible to use the rubinius FFI API. With FFI you can access C libraries via plain ruby code. To get started with FFI the only documentation I have found is provided by Free Minds blog entry. Additional info may be posted ...