guile-for-guile-emacs 3.0.7-81-2.e62c0d1
Development version of GNU Guile
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.
- Outputs:
debug
,out
- Website: https://www.gnu.org/software/guile/
- Licenses: LGPL 3+
- Package source: gnu/packages/guile.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-for-guile-emacs 3.0.7-81-2.e62c0d1
as follows:
guix install guile-for-guile-emacs@3.0.7-81-2.e62c0d1
Or install the latest version:
guix install guile-for-guile-emacs
The guile-for-guile-emacs
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install guile-for-guile-emacs:debug
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.