Skip to content

flowyroll/lodash.lua

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 16, 2019 16:30
doc
February 28, 2016 22:14
September 29, 2019 17:39
September 16, 2019 16:16
August 16, 2015 21:19

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))

About

lodash inspired library for lua

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages