On 15 October 2010 20:03, Robert Goldman <[email protected]> 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

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to