sbcl-gsll
GNU Scientific Library for Lisp
The GNU Scientific Library for Lisp (GSLL) allows the use of the GNU Scientific Library (GSL) from Common Lisp. This library provides a full range of common mathematical operations useful to scientific and engineering applications. The design of the GSLL interface is such that access to most of the GSL library is possible in a Lisp-natural way; the intent is that the user not be hampered by the restrictions of the C language in which GSL has been written. GSLL thus provides interactive use of GSL for getting quick answers, even for someone not intending to program in Lisp.
- Versions: 0.0.0-1.1a8ada2
- Website: https://common-lisp.net/project/gsll/
- Licenses: GPL 3
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-gsll
as follows:
guix install sbcl-gsll
Or install a particular version:
guix install sbcl-gsll@0.0.0-1.1a8ada2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.