lisp-repl-core-dumper 0.7.0
Generate REPL-optimized Lisp cores on demand
This tool generates Lisp images that can embed the provided systems and make for REPLs that start blazing fast.
It’s portable and should work with any compiler.
It works for any REPL.
It allows you to include arbitrary libraries.
- Website: https://gitlab.com/ambrevar/lisp-repl-core-dumper
- Licenses: GPL 3+
- Package source: gnu/packages/lisp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install lisp-repl-core-dumper 0.7.0
as follows:
guix install lisp-repl-core-dumper@0.7.0
Or install the latest version:
guix install lisp-repl-core-dumper
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.