From: Mikel Bancroft
Subject: Re: GSL bindings
Date: 
Message-ID: <FI2dnRiCX6NWkDTbnZ2dnUVZ_jGdnZ2d@speakeasy.net>
Jason Nielsen wrote:
> Does anyone have or know of a complete set of bindings to GSL 
> (http://www.gnu.org/software/gsl/)?  Preferably using UFFI or CFFI but 
> any would be good.  I found the cl-gsl site but it looks like a project 
> that started and ended in short order and doesn't have bindings to some 
> of the tastier bits of the library.  It looks as thought I'm going to 
> have to do this on my own from my initial google search but I figured 
> I'd give this query a shot.
> 
> Thanks,
> Jason

If you don't find an existing set of bindings, you can always generate 
one using SWIG (http://www.swig.org). It supports generating bindings to
CFFI and Allegro CL's FFI.

-M