On Sat, Sep 10, 2011 at 12:41 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com">fahree@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Fri, Sep 9, 2011 at 18:33, Robert Goldman <<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a>> wrote:<br>
> Question:  any objection to modifying your patch so that we have<br>
> something like:<br>
><br>
> #+ecl<br>
> (defun use-ecl-byte-compiler-p ()<br>
>  (member :ecl-bytecomp *features*))<br>
> #-ecl<br>
> (defun use-ecl-byte-compiler-p ()<br>
>  nil)<br>
><br>
> and then call the function in place of the member query in other code?<br>
><br>
</div>No. Juanjo will confirm, but<br>
IIUC it can change at runtime after having loaded ASDF, so it's<br></blockquote><div><br>Yes, the change may happen after ASDF is loaded, without problems.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


#+ecl<br>
(defun use-ecl-bytecode-compiler-p ()<br>
  (member :ecl-bytecmp *features*))<br></blockquote></div><br clear="all">Isn't this the same as the code above?<br><br>Juanjo<br><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br>

<a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>