[Ecls-list] Strange warning in method.

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sun Aug 1 15:15:30 UTC 2010


On Sun, Aug 1, 2010 at 4:24 PM, Pascal J. Bourguignon
<pjb at informatimago.com> wrote:
> I guess if the optimizer determines that a variable is of a given
> type, it should also initialize with a value valid for that type.

No, this is the resposability of the programmer.  (LET (A)) is
equivalent to (LET ((A NIL))) not just in the rethorical sense of
"equivalence" but in the sense of direct translation from one to the
other.

In this case the problem may well be that the macroexpansion of FIND
or NTH is not correct.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list