Re: Lua x XML
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua x XML
- From: Mark Hamburg <mhamburg@...>
- Date: 2008年3月07日 10:33:52 -0800
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