Hugh Sasse Staff Elec Eng <hgs / dmu.ac.uk> writes: > Given the idea that laziness is supposed to be a virtue in programming :-) > has anyone written a piece of ruby that will take C source, and wrap all > the functions up into one object with lots of methods, for use by Ruby? Well, there's SWIG. (www.swig.org) Dave