[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: File-like string scanning
- From: Coroutines <coroutines@...>
- Date: Tue, 3 Jun 2014 00:25:26 -0700
On Tue, Jun 3, 2014 at 12:17 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> any criticism welcome.
local dummy = function () end
local compatibility, for, only = dummy, dummy, dummy
SW.seek, SW.close, SR.close = for, compatibility, only
I also don't like libraries creating locals for performance or
convenience reasons. In the future it may be an objective to be able
to redefine something like table.concat() elsewhere -- but to each
their own. :o)