|
The quote is real nonsense; The brackets (even if redundant from a compiler point of view) are a very flexible way of structuring code; They are necessary when creating/reviewing/fixing the code. Brackets are like the watch needles, they can give you the idea of code structure bypassing a lot of extra brain processing like the one required for following the BEGIN-END sequences…. I do not want to move to some other implementation of LUA, I’d like to get the common sense coming from LUA itself not from some implementation that can be gone tomorrow. I’m already having some concerns adopting LuaJIT but its amazing features kind of compensates the fact LuaJIT is a single man effort… I think LUA should evolve taking the good things from the different implementations out there… i.e. It is a fact C and LUA have to live together then let’s work to make that marriage simpler => arrays should be 0 based.. Best Pat
|