From: Charles Oliver Nutter Date: 2008-08-15T07:02:03+09:00 Subject: Re: Is Ruby has something equivalent to ctypes in Python? Shin guey Wong wrote: > Charles Oliver Nutter wrote: >> On Rubinius and JRuby, you can use FFI. I'm hoping someone can do an FFI >> port for MRI so everyone can start using the same library. >> >> - Charlie > > Is the FFI for Rubinius and JRuby compatible? It would be great is all 3 > ruby implementation using the same library. It is compatible between JRuby and Rubinius, and will be in a production release of JRuby this month (1.1.4). We're looking for help getting an FFI for the C Ruby implementations as well so everyone can use the same library. - Charlie