lodash.lua
lodash.lua copied to clipboard
lodash inspired library for lua
With the patch for issue #12 (thx for that :)) the rockspec file works again. Unfortunately, the new rockspec has not been published/updated at the 'luarocks' [repository](https://luarocks.org/search?q=lodash). It still has...
```bash $ lua Lua 5.2.4 Copyright (C) 1994-2015 Lua.org, PUC-Rio > _=require 'lodash' > inspect=require 'inspect' > print(inspect(_.sortBy{16, 12, 20, 13, 17, 14, 18, 10, 19, 15, 11})) { 12,...
Clearly due to a previous username change, the link in the README to the API documentation no longer routes to the correct url. It should instead link to http://flowyroll.github.io/lodash.lua/, as...