From: John Gabriele Date: 2006-04-28T11:38:37+09:00 Subject: Re: Cosmological distances with ruby On 4/27/06, Cameron McBride wrote: > I'm doubtful of any interest, but in the odd chance that someone else > might want to play, [snip] > > Attached is a small library that calculates comological distances > [snip] > It requires the ruby GSL bindings (http://rb-gsl.rubyforge.org) for > numerical integration. Neat. Thanks for the link Cameron. 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?