A Lua utility-belt library for functional programming.
- zip: 1.6.1 (stable) | dev | all releases
- tarball: 1.6.1 (stable) | dev | all releases
git clone git://github.com/Yonaba/Moses.git
luarocks install moses
moonrocks install moses
local _ = require "moses"
Note: the full source moses.lua is quite heavy (~70 kiB). You can alternatively use the minified version (~22 kiB).
Find a complete set of code examples in tutorial.md.
- See doc folder : doc
- Or browse it online : see online doc.
- Jeremy Ashkenas, for the amazing Underscore.js
- Marcus Irven's and JTArchie's 1-to-1 ports that also inspired this
- Matthew Rocklin's Toolz from which I borrowed some ideas
- LDoc used to generate the current HTML documentation.
Run spec tests using Telescope with the following command from the root folder:
tsc -f spec/*
This work is under MIT-LICENSE
Copyright (c) 2012-2017 Roland Yonaba.
See LICENSE.