lua-users home
lua-l archive

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


There are a few projects trying to do just that, like https://mirven.github.io/underscore.lua/ and https://luarocks.org/modules/italomaia/luabatteries (this one is mine) tries to fill some gap. Not much in the big picture. Libraries like parsel, lxml, requests, werkzeug and wtforms are still missing (to cite a few). GSoC would probably be a good road toward the goal.

Em 1 de jul de 2017 4:44 PM, "Dibyendu Majumdar" <mobile@majumdar.org.uk> escreveu:
Hi Jay,

On 1 July 2017 at 20:17, Jay Carlson <nop@nop.com> wrote:
> If only Lua had a (reasonable) subset of the Python libraries.
>
> There’s a project nobody’s done: Clone the Python library designs in Lua.

This was my plan originally - i.e. I had planned on creating a whole
bunch of libraries (mostly related to maths & statistics). But sadly
this is a huge task and life is too short.

Regards