librep
Lisp system for sawfish
Librep is a dialect of Lisp, designed to be used both as an extension language for applications and as a general purpose programming language. It was originally written to be mostly-compatible with Emacs Lisp, but has subsequently diverged markedly. Its aim is to combine the best features of Scheme and Common Lisp and provide an environment that is comfortable for implementing both small and large scale systems.
- Versions: 0.92.7
- Website: https://sawfish.fandom.com/wiki/Librep
- Licenses: GPL 2+
- Package source: gnu/packages/sawfish.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of librep
as follows:
guix install librep
Or install a particular version:
guix install librep@0.92.7
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.