lua-users home
lua-l archive

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


On 09.02.20 00:49, Dibyendu Majumdar wrote:
> As I mentioned earlier in the chain, libuv's great strength it is used
> in projects like Node.Js and Julia and therefore really battle tested
> by large numbers of companies and people. Even if you dislike the
> framework (and some people might dislike it as it builds objects in C
> and requires really difficult event driven programming) - it is hard
> to see how a replacement library could be justified.

yes, I agree, it's hard to justify, but from from an aesthetic point of view I
would prefer a solution with several platform specific low level Lua C bindings
to the platform specific APIs select/IOCP etc. and a complexer Lua library above
these bindings that does the platform abstraction.

Best regards,
Oliver