loading package file from an asdf system
- From: budden <budden-lisp@xxxxxxx>
- Date: Thu, 16 Jun 2011 10:43:04 -0700 (PDT)
Someone might find it useful to preload package when two systems are
mutually dependent.
(in-package :asdf)
(defun load-package-file (system &key (component-name "package"))
"Loads only one component of a system as a source w/o preloading any
dependencies"
(perform (make-instance 'load-source-op) (find-component (find-
system system) component-name))
)
This code was found by the experiment. Can someone comment, if it is
correct?
.
- Prev by Date: Re: A library for parsing and formatting decimal numbers (?)
- Next by Date: Re: ternary cons?
- Previous by thread: ` and ,.
- Next by thread: Win a Win a Kindle Wi-Fi!!!
- Index(es):