SkillAgentSearch skills...

Lodash.lua

lodash inspired library for lua

Install / Use

/learn @flowyroll/Lodash.lua
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Lodash for Lua

CircleCI

lodash.lua v0.02

lodash inspired library for lua

Summary

A functional programming library for lua in respect to the javascript library lodash.

How to use the library?

  • Install the library using luarocks: luarocks install lodash or simply add lodash.lua file from this git repository.
  • import it like this in to your code
local _ = require 'lodash'
  • and then you can use good sort of functions:

_.print(_.map({1, 2, 3, 4, 5}, function(n)
	return n * 2
end))
View on GitHub
GitHub Stars67
CategoryDevelopment
Updated2mo ago
Forks24

Languages

Lua

Security Score

80/100

Audited on Jan 23, 2026

No findings