cl-clesh
Embed shell code in Common Lisp
This is a very short and simple program, written in Common Lisp, that extends Common Lisp to embed shell code in a manner similar to Perl's backtick. It has been forked from SHELISP.
- Versions: 0.0.0-1.44e96e0
- Website: https://github.com/Neronus/Clesh
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-clesh
as follows:
guix install cl-clesh
Or install a particular version:
guix install cl-clesh@0.0.0-1.44e96e0
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.