[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unnecessary New Closures
- From: "Patrick Donnelly" <batrick.donnelly@...>
- Date: Thu, 6 Sep 2007 11:47:59 -0600
I see now thanks. Perhaps an inline function addition would be nice,
though it seems to be an almost distasteful addition. I just find
these constructs inelegant:
local x = function(a, b) end
function sort()
table.sort(sometable, x)
end
--
-Patrick Donnelly
"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."
-Will Durant