lua-users home
lua-l archive

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


The downside to JSON from what I've seen is that it has no way to summarize
namespaces. Lua could presumably use a local variable to do this.

The downside to Lua is that it doesn't provide any way to guarantee that it
is executing "straight line" code -- i.e., that there aren't loops that
could result in a denial of service attack.

Mark