Ctypes

Is there a library like ctypes (python) for Ruby?

gordonp1@yahoo.com wrote:

Is there a library like ctypes (python) for Ruby?

http://rubyforge.org/projects/ctype/

Regards,

Dan

[Ruby/DL][1] is similar one, but much expressive, I think.
It is not just a simple wrapper for libdl like python. (am I right?)
Try it, it is included as a standard library.
Now it seems like [Ruby/DL2][2] is waiting for next version.

[1]: http://ttsky.net/ruby/ruby-dl.html
[2]: http://rubyforge.org/projects/ruby-dl2/

···

On 10/14/05, gordonp1@yahoo.com <gordonp1@yahoo.com> wrote:

Is there a library like ctypes (python) for Ruby?

--
http://nohmad.sub-port.net

This looks more like C's ctype.h. Python's ctypes module seems more
like Ruby/DL.

http://ttsky.net/ruby/ruby-dl.html

Jeff

···

On Fri, Oct 14, 2005 at 04:51:55AM +0900, Daniel Berger wrote:

gordonp1@yahoo.com wrote:
> Is there a library like ctypes (python) for Ruby?

http://rubyforge.org/projects/ctype/