lua-users home
lua-l archive

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


Good to know, but still the Lua coroutines are still unimplemented, the functions creating or using them return errors. This limits the usability of the i/o library and running Lua programs depending on the producer/consumer model.

However this implementation has threads instead (and it may eventually implement later the coroutines with them, using thread control functions).


Le ven. 16 nov. 2018 à 19:50, Pierre Chapuis <catwell@archlinux.us> a écrit :
Microsoft released a Lua 5.3 implementation in Go [1].

I found out via Hacker News [2].

Goals include being "up to date" and "close to the Lua spec". [3]

[1] https://github.com/Azure/golua
[2] https://news.ycombinator.com/item?id=18469672
[3] https://github.com/Azure/golua/issues/36#issuecomment-439438599

--
Pierre Chapuis