lua-users home
lua-l archive

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



On Oct 18, 2008, at 9:34 PM, Matthew Wild wrote:

I know... I use it a lot (I have commit access in fact). But there is
no XML parser in Javascript there :) That's what the browser is for.

Bah... got base64, xml and even md5 all implemented in Lua:

http://lua-users.org/wiki/BaseSixtyFour
http://lua-users.org/wiki/LuaXml
http://www.equi4.com/wikis/lua/38

Arguably, even the network stack itself could be handled though stdin/ stdout;

http://cr.yp.to/ucspi-tcp/tcpclient.html