[asdf-devel] What do I win?

Nikodemus Siivola nikodemus at random-state.net
Fri Oct 15 17:15:09 UTC 2010


On 15 October 2010 20:03, Robert Goldman <rpgoldman at sift.info> wrote:

> Right.  But, honestly, I find
>
> (:module "ports"
>   :components
>        (
>         #+sbcl
>         (:file "sbcl")
>         #+ccl
>         (:file "ccl"))
>  ...)
>
> a lot easier to read...

Sure -- but it makes system-introspection limited to the
implementation you are currently using.

...of course, if ASDF had comething like

  (:module "ports"
    :components
     (:file "sbcl" :when (feature :sbcl))
     (:file "ccl" :when (feature :ccl)))

then we'd be pretty close to best of both worlds

Cheers,

 -- Nikodemus




More information about the asdf-devel mailing list