[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 + ffi: performance tests with sockets
- From: Javier Guerra Giraldez <javier@...>
- Date: Thu, 17 Feb 2011 20:34:09 -0500
On Thu, Feb 17, 2011 at 8:23 PM, Andrew Yourtchenko <ayourtch@gmail.com> wrote:
> I thought of naming it "node.lua" but figured it's a bit too early ;-)
IMHO, a big part of the hype around node.js is that everybody
discovered that a callback-heavy framework is usable when you have
clean anonymous functions; but the downside that everybody suffers is
the lack of linearity in the code. what most don't realize is that
it's because of the lack of coroutines or continuations.
a Lua async implementation using coroutines would get the same
advantages without all the pain. that would make such a project
distinctively 'un-node'
so, naming your project 'node.lua' would be selling it low :-)
--
Javier