lua-users home
lua-l archive

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


Am 27.01.2016 um 15:18 schröbte Dirk Laurie:
2016-01-27 15:37 GMT+02:00 Philipp Janda <siffiejoe@gmx.net>:
Am 27.01.2016 um 11:30 schröbte Dirk Laurie:

2016-01-26 4:10 GMT+02:00 Hisham <h@hisham.hm>:

I, for one, am really happy to know that the next time I need a
string-split function I'll be able to just type `luarocks install
split`


What do you type when you need a json function?


Probably dkjson, because that's what he endorsed[1] in the Lua Toolbox[2]
(just to mention another place where you can look for Lua libraries).

The Toolbox displays only modules that have been endorsed by at least
one critic. Over 600 unendorsed modules remain invisible unless you are
logged in.

I see 871 modules listed without being logged in. Only 237 of them have endorsements.


Unfortunately many worthwhile modules are not even unendorsed.
For example, the praiseworthy "split" has not made it to the Toolbox (yet?).

And "split" is on the list (but it doesn't have an endorsement yet, so this could be your problem).


So I'd say: if it is endorsed in the Toolbox, it's probably good; if it is
unendorsed, it might not be all that good; if it is missing, no conclusion
is possible.

   [1]: https://lua-toolbox.com/user/22
   [2]: https://lua-toolbox.com/



Philipp