RE: FFI, cURL and function callback

  • From: Justin Cormack <justin@xxxxxxxxxxxxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 26 Mar 2013 15:56:35 +0000

On 26 Mar 2013 15:52, "William Adams" <william_a_adams@xxxxxxx> wrote:
>
> I'd say it's high time the Lua Community got a new socket library.  Look
at what Libuv has done for node.js.  It solves a fairly low level problem,
that of evented I/O, and there you go!
>
> Perhaps a new network library that leverages the strengths of LUaJIT with
easy interop to C, as well as coroutines, would make for a very interesting
bit of kit.

What sort of requirements do you have? The thing about ffi is it is pretty
easy so people tend to roll their own.

Justin

Other related posts: