I have written an interface to GSL from Common Lisp at http://common-lisp.net/project/gsll/. As well as providing access to GSL function from Lisp programs, it is also intended to provide good interactive use of GSL in a "desk calculator" style which requires minimal knowledge of Lisp:
GSL(3): (jacobian-elliptic-functions 0.2d0 0.81d0) 0.19762082367187703d0 0.9802785369736752d0 0.9840560289645665d0 0.0d0 0.0d0 0.0d0 I have definitions for most of the library. Mostly the bindings work correctly, but there are a few known bugs. There are over 500 regression tests defined as well. Liam _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
