sbcl-antik-base
Scientific and engineering computation in Common Lisp
Antik provides a foundation for scientific and engineering computation in Common Lisp. It is designed not only to facilitate numerical computations, but to permit the use of numerical computation libraries and the interchange of data and procedures, whether foreign (non-Lisp) or Lisp libraries. It is named after the Antikythera mechanism, one of the oldest examples of a scientific computer known.
- Versions: 0.0.0-1.e4711a6
- Website: https://common-lisp.net/project/antik/
- 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-antik-base
as follows:
guix install sbcl-antik-base
Or install a particular version:
guix install sbcl-antik-base@0.0.0-1.e4711a6
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.
Badge code
You can use the following badge to inform users of sbcl-antik-base about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-antik-base'><img src='https://packages.guix.gnu.org/packages/sbcl-antik-base/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-antik-base/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-antik-base)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-antik-base][https://packages.guix.gnu.org/packages/sbcl-antik-base/badges/latest-version.svg]]