Skip to content

antaranyan/Moses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Utility library for functional programming in Lua

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 98.0%
  • Shell 2.0%