From: Cameron McBride Date: 2006-04-28T21:53:52+09:00 Subject: Re: Cosmological distances with ruby On 4/27/06, John Gabriele wrote: > It's interesting that there's two different Ruby bindings to GSL > ("Ruby/GSL" and ruby-gsl). Any idea why that is? Sometimes when > there's two projects like this, it turns out that one is more of a > straight wrapper, while the other has been worked a little to have > more of the flavor of the language wrapping it. Is that the case here? Some might consider that a fair distinction between the two bindings, although both camps have included code from the other at one point or another. IMO, Arno's (http://ruby-gsl.sourceforge.net/) is a bit more of a straight forward binding whereas Yoshiki added a few things to round some corners (and hence it's the one I use). Also, Yoshiki put a good deal of time into documentation - which is always a good thing! Cameron