cl-modf
SETF like macro for functional programming in Common Lisp
This library simplifies functional programming in Common Lisp by making it easier to make new data structures with specified changes in place.
- Versions: 0-0.dea93fe
- Website: https://github.com/smithzvk/modf
- Licenses: Modified BSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-modf
as follows:
guix install cl-modf
Or install a particular version:
guix install cl-modf@0-0.dea93fe
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 cl-modf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-modf'><img src='https://packages.guix.gnu.org/packages/cl-modf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-modf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-modf)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-modf][https://packages.guix.gnu.org/packages/cl-modf/badges/latest-version.svg]]