From: Patrick Hurley Date: 2006-08-23T23:42:02+09:00 Subject: Re: Ruby C/C++ Interface On 8/23/06, ryan.raaum@gmail.com wrote: > Also, it is important to ask if you are on windows or linux/bsd/mac os > x. It is significantly harder to extend ruby on windows than on one of > the unixy systems. Not really. It is significantly harder to build libraries designed for unixy systems under windows than on those unixy systems. But the Ruby interface to C/C++ is pretty much identical between platforms. Why do you say it is harder? pth