On Fri, Sep 9, 2011 at 9:55 PM, Robert Goldman <[email protected]> wrote:

> OK.  But why do you need to do
> (member :foo *features*)
> instead of
> #+foo
> ?
> That was the original question.
>

Simple: because the user may switch compilers at run time at any time he/she
wishes. This is quite typical in Windows, where the bytecodes compiler is
active by default because many people do not have a C compiler in their PC.

Using #+ hardcodes the behavior in ASDF. This would be short-sighted: the
same ASDF library can handle multiple compilers without needing to re-load
it again.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
_______________________________________________
asdf-devel mailing list
[email protected]
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to