[CM] asdf and clm on sbcl
Tito Latini
tito.01beta at gmail.com
Wed Feb 15 10:29:23 PST 2017
On Wed, Feb 15, 2017 at 01:09:57PM -0500, Juan Reyes wrote:
[...]
> (require :asdf)
> (in-package :asdf-user)
> (asdf:defsystem "clm"
[...]
I think `(require :asdf)' within an asd file is not good style
(imagine 'require python' within a py file).
The missing line is just `(in-package :asdf-user)'.
It works with the posted .sbclrc example (I use a similar init file on
a sound machine without quicklisp):
sh> sbcl
(require :clm)
More information about the Cmdist
mailing list