[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Project lead nominations for standard libraries?
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 1 Jan 2011 16:10:53 +0200
On Fri, Dec 31, 2010 at 11:58 PM, Henning Diedrich <hd2010@eonblast.com> wrote:
> So I plead with you, Roberto, for the soul of Lua, as Chris called out, fix
> # !
But it ain't broken, so why fix it? It works precisely as specified.
It's a problem when people pretend that a raw Lua table is the
particular data structure they have in mind - "a pure array with
bounds checking", "a pure associative map where nil can be a key",
etc. Unfortunately it is not possible for human programming languages
to guess what kind of data structure is actually intended ;)
steve d.