Re: ASDF: optimization settings and other enhancements



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.

.



Relevant Pages

  • Re: DTS and MSDE
    ... I'm not sure I follow you about the runtine w/ MSDE 1.0. ... I've even used the "sa" login to execute the dts pkg and still receiving ... I have vb app that attempts to execute a couple of dts packages. ...
    (microsoft.public.sqlserver.dts)
  • Re: how to see the list of all the function names?
    ... > I know "man sqrt" will give me the information about the function sqrt. ... 'rpm -qi $pkg' on a few packages to find where they put ... On my MandrX ...
    (comp.os.linux.misc)
  • 30 day Line Chart showing totals of 3 fields per day
    ... I have a table that has 3 date fields that are tied to a pkg no. ... Each day the packages move thru the completion process the next date field ... they match the log showing what is open, ...
    (microsoft.public.access.queries)
  • Re: A problem about pkg_deinstall
    ... pkg_deinstall -R deletes packages depended recursively. ... for example,i installed pkg A,it depends on pkg b,c,d. ... Problem with today's modular software: ...
    (freebsd-questions)
  • Re: A problem about pkg_deinstall
    ... pkg_deinstall -R deletes packages depended recursively. ... but it seems to crashes some other packages. ... for example,i installed pkg A,it depends on pkg b,c,d. ...
    (freebsd-questions)