/Moses

Utility library for functional programming in Lua

Primary LanguageLuaMIT LicenseMIT

Build Status License Lua git-brag-stats

A Lua utility-belt library for functional programming.

Download

Archive

Bash

git clone git://github.com/Yonaba/Moses.git

LuaRocks

luarocks install moses

MoonRocks

moonrocks install moses

Usage

local _ = require "moses"

Note: the full source moses.lua is quite heavy (~70 kiB). You can alternatively use the minified version (~22 kiB).

Tutorial

Find a complete set of code examples in tutorial.md.

Documentation

Credits and Acknowledgement

Specification

Run spec tests using Telescope with the following command from the root folder:

tsc -f spec/*

License

This work is under MIT-LICENSE
Copyright (c) 2012-2017 Roland Yonaba.
See LICENSE.