[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Cookbook
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 6 May 2017 10:34:37 -0300
One thing that may be quite useful for the whole Lua community is a
cookbook with idiomatic Lua recipes for common tasks.
This has been discussed here before. See for instance this thread and
other threads around the same time:
http://lua-users.org/lists/lua-l/2011-01/msg00325.html
That message points to
https://github.com/lua-cookbook/
which seems to be abandoned...
Perhaps this project was too ambitious and it'd better to settle for
pure Lua solutionsto real-life problems. These solutions may need to use
external libraries and it'd be a good opportunity for collecting a list
of useful libraries.