============================================================ LISPLAB - a mathematics library for Common Lisp ============================================================ Lisplab is a mathematics library for common lisp, released under the GNU General Public License (GPL), except files that state something else. Homepage: http://common-lisp.net/projects/lisplab/ Manual: doc/manual/lisplab.texi ============================================================ INSTALLING ============================================================ Lisplab is asdf-installable. It has only been tested on SBCL on Linux, but should be fairly portable to other platforms. Lisplab uses BLAS, LAPACK, and FFTW, and the path to these libraries must be set before loading. See file "start.lisp" for how. Lisplab has only been run with double-floats, so your ".sbclrc" should include (setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float) ============================================================ Organization of the source code ============================================================ src/ Lisplab source code. shared/ Code from Slatec and Quadpack. doc/ Documentation. ============================================================ STATUS ============================================================ Think of it as late alpha cycle. The Library is rather extensive, the API is fairly stable, and the implementation has OK structure. It also has fairly good documentation and a manual. But it is poorly tested. (In general, Lisplab needs more users and more developers.)