This package browser is in early development. Mind the rough edges.

cl-magic-ed

Editing facility for Common Lisp REPL

Magic (ed) is a tiny editing facility for Common Lisp, where you can directly load, edit, manipulate and evaluate file or file content from REPL. This package also can be a starting point for people who are not accustomed to Emacs or SLIME and would like to continue using their default terminal/console editor with Common Lisp.

Installation

Install the latest version of cl-magic-ed as follows:

guix install cl-magic-ed

Or install a particular version:

guix install cl-magic-ed@0.2-1.30bb278

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.