[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re: Re: Lightweight syntax: a dissident view
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 24 Nov 2010 12:54:27 -0200
> This is a good point. One criticism of lightweight syntax (whether
> delayed/lazy evaluation or short-form functions) is that there is a
> distinct cost in creating closures. [...]
In general, creating a closure is comparable to creating a table, which
is done with a very light syntax.
-- Roberto