Skip to content

mmgeorge/sly-asdf

Repository files navigation

MELPA ci License: GPL v3

About

SLY-ASDF is a contrib for SLY that adds support for editing ASDF systems, exposing several utilities for working with and loading systems. When using the built-in system load utlity, accessed via , + load-system from the repl, ASDF system compilation and load errors will be trapped and recorded as with other sly compilation errors, as opposed to dumping into the debugger like with calling asdf:load-system directly.

Ported from slime with changes to support package-inferred-system. Potentially I'd like to make some future changes to improve debugging ASDF systems (e.g., cut off stack trace at system boundaries, etc.)

Installation

Now available from MELPA

Installing manually will require the contrib be registered in SLY's sly-contrib variable.

(add-to-list 'sly-contribs 'sly-asdf 'append)