You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, this makes it easier to load a system when finding it
with system-apropos-list:
USER> (system-apropos-list "classo")
(#<QL-DIST:SYSTEM classowary ...> ...)
USER> (quickload (first *))
To load "classowary":
Load 1 ASDF system:
classowary
; Loading "classowary"
(#<QL-DIST:SYSTEM classowary ...>)
0 commit comments