|
|
|
|
|
by wruza
535 days ago
|
|
Absolutely so. It’s just one obvious thing from a large set of issues with it. One can read through “mystdlib” part of any meaningful Lua-based project to see it. Things you’ll likely find there are: NIL, poor man’s classes, __newindex proxying wrapper, strict(), empty dict literal for json, “fixed” iteration protocols. You don’t even have to walk too far, it’s all right there in neovim: https://neovim.io/doc/user/lua.html |
|