[plt-scheme] Re: to define, or to let
"Bradd W. Szonye" <bradd+plt at szonye.com> writes:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Bill Richter wrote:
>> That's what I'm missing, Anton. Did I miss a long discussion? I like
>> left-to-right eval, but why is a fixed order of evaluation safer?
>
> Some folks like it because it behaves predictably or intuitively when
> you do use side effects (intentionally or not).
Left-to-right evaluation cannot behave intuitively when you
unintentionally rely upon it!