Re: ASDF: optimization settings and other enhancements
- From: John <MGYF9fXO@xxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 20:19:15 GMT
On 2005-08-30, Klaus Weidner <kweidner@xxxxxxxxx> wrote:
> (defmacro asdf::use (&rest pkgs)
> `(eval-when (:compile-toplevel :load-toplevel :execute)
> ,@(loop for pkg in pkgs
> collect `(asdf:oos 'asdf:load-op ,pkg))))
>
> This way, (asdf::use :cl-ppcre :xmls) works interactively to load multiple
> packages.
I guess that's a little shorter than:
(require 'cl-ppcre)
(require 'xmls)
but not by much.
.
- Follow-Ups:
- Re: ASDF: optimization settings and other enhancements
- From: Klaus Weidner
- Re: ASDF: optimization settings and other enhancements
- From: drewc
- Re: ASDF: optimization settings and other enhancements
- References:
- ASDF: optimization settings and other enhancements
- From: Klaus Weidner
- ASDF: optimization settings and other enhancements
- Prev by Date: Re: Help me come up with a few and simple programming challenges
- Next by Date: Re: Beyond CL?
- Previous by thread: ASDF: optimization settings and other enhancements
- Next by thread: Re: ASDF: optimization settings and other enhancements
- Index(es):
Relevant Pages
|