lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I think this is an honest comparison of how Lua and Java handle the same
> algorithm. [...]

Javascript, not Java. Actually, Java has exactly the same problem of
Lua, if you insist that the algorithm must use strings instead of string
buffers (which in Lua happen to be tables).

-- Roberto