From: lucsky@... (Luc Heinrich) Date: 2004-11-25T09:07:59+09:00 Subject: Re: Ruby/DL tutorial Benjamin Peterson wrote: > Would there be any takers if I made a rough English translation of > the Ruby/DL tutorial at http://ttsky.net/ruby/ruby-dl.html? I have the japanese PDF, and all I can read in it is the ruby code. A translation would definitely be welcome to provide some context :) Speaking of which, is there any way to handle variadic function generically ? That is, instead of re-fetching the symbol each time with a different signature ? I guess that this would mean that Ruby/DL would have to guess how to translate each parameters to their C equivalent and that there would be some cases where it wouldn't be possible to do it automatically. Maybe by passing a signature when *calling* the symbol in some way ? Thoughts ? -- Luc Heinrich - lucsky@mac.com