help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] GSL for Lisp


From: Liam Healy
Subject: [Help-gsl] GSL for Lisp
Date: Sat, 1 Mar 2008 16:14:23 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]