[Seaside] Class Variable Browser Fix

Ted Wrinch ted.wrinch at gmail.com
Fri Jul 15 14:21:20 UTC 2011


Can't see that.

T.
 
Ted Wrinch




On 14 Jul 2011, at 14:20, Lukas Renggli wrote:

> Not really, the behavior with the lazy and eager evaluation can be
> understood even without looking at the code (#and: expects a block, #&
> a value).
> 
> Lukas
> 
> On Thursday, 14 July 2011, Ted Wrinch <ted.wrinch at gmail.com> wrote:
>> Damn - I suspected something like that and did a few tests; but not well enough it seems. It's a shame, as '&' is much simpler to write (some things I was never too keen on in the original Smalltalk). '&&' might be a candidate for an 'and:' alternative; but I could understand people not liking this ugly C syntax either.
>> 
>> T.
>> 
>> Ted Wrinch
>> 
>> 
>> 
>> 
>> On 14 Jul 2011, at 09:10, Sven Van Caekenberghe wrote:
>> 
>>> 
>>> On 14 Jul 2011, at 09:56, Ted Wrinch wrote:
>>> 
>>>> by using '&' instead of the older 'and:'
>>> 
>>> Ted, beware, these are not equivalent !
>>> 
>>>       & always evaluates its argument
>>>       and: only evaluates its argument when necessary ('short circuit boolean evalution').
>>> 
>>> Sven
>>> 
>>> _______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> 
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> 
> 
> -- 
> Lukas Renggli
> www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list