[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: More on environments and objects
- From: Adrian Sietsma <adrian_groups@...>
- Date: Sun, 28 Aug 2005 02:56:39 +1000
PA wrote:
Hmmm... yes... well... I still have to see that famed simplicity
manifest itself in anything more ambitious than diminutive code
snippets. Where is that full fledged, killer Lua application lurking?
why does it need to be a killer app ?
i have hacked up a specialized http proxy server in lua; it's fast enough
for the purpose, and it's infinitely faster to modify than the equivalent
c/c++ program. it's not a killer app, and will probably be re-implemented as
part of a web server, but it was (relatively) quick to develop, it's
multiplexed and error-trapped using coroutines.... and when a server dishes
up something it can't understand, i can patch it there and then.
Adrian