[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shook's patch and _ENV
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 7 Nov 2010 16:35:00 +0200
On Sun, Nov 7, 2010 at 4:26 PM, Gavin Wraith <gavin@wra1th.plus.com> wrote:
> local x,y, ... in expr
I'd agree with Gavin - a good candidate for syntactical sugar, since
it's a common operation with well-defined semantics. Easier to type
and read, and encourages use of local aliases. One of those things
which are hard to macro-ize, since look-ahead is not a strong point of
the token filter patch.
steve d.