lua-users home
lua-l archive

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




On Mon, Oct 8, 2012 at 5:39 PM, Richard Hundt <richardhundt@gmail.com> wrote:
Hi List,

I'm pleased to announce an early access release of Luv.

Luv is an attempt to do libuv bindings to Lua in a style more suited to a language with coroutines than edge-triggered event-loop style programming with callbacks.
It also provides ØMQ bindings primarily for use with threads, in a spirit similar to neopallium++'s zmq + llthreads combo.

It is really nice. Here at work we have lots of LuaNode code in production, and dealing with callback style is becoming an issue. I'll need to study the way you leverage coroutines here.

Regards,
Ignacio