Is there any decent documentation for Ruby/DL in English, other than
_why's brief tutorial? I'm having trouble understanding how it
handles C data types. Barring that, can anybody point me to a good
module that uses Ruby/DL so that I can examine it?
Thanks,
Carl
Carl Youngblood wrote:
Is there any decent documentation for Ruby/DL in English, other than
_why's brief tutorial?
There's a bit in Ruby CVS. $RUBY/ext/dl/doc/dl.txt has quite a bit more and it's pretty straightforward.
Also, a bunch of examples at http://ttsky.net/ruby/ruby-dl.html that I remember consulting when I wrote the short tutorial.
_why