vasudevram wrote: > Hi, > > Whats a good way to write a C extension to Ruby? > > I'm aware that there's a chapter about in the Pickaxe book (I think), > and will be checking that out, and also SWIG, if it supports Ruby. But > looking for replies from anyone who has already tried any of these > ways, and their feedback. > > Thanks A terse but invaluable reference: README.EXT in the Ruby source distro. Also, there are many great examples under ext/ in the distro. -- Posted via http://www.ruby-forum.com/.