Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 3.2 KB

README.md

File metadata and controls

65 lines (50 loc) · 3.2 KB

A utility library which provides a set of helpers acting as shortcuts for common programming tasks, and support for functional programming. It complements the built-in Lua table library, making easier operations on arrays, lists, collections, objects, through 85 weird, strange, bizarre, odd functions.
Moses was deeply inspired by Underscore.js.

##Download ###Bash

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

###Archive

###LuaRocks

luarocks install moses

##Installation## Put the file Moses.lua inside your project folder and call it using require command.

##Usage examples## Find a complete set of samples in moses.md

##Documentation## A fully complete documentation, in HTML-format, can be found in Docs, and is also available for download.

##Credits and Acknowledgement##

##Specification Specs tests have been included. Run them using Telescope with the following command from the root foolder:

tsc -f specs/*

##License## This work is under MIT-LICENSE
Copyright (c) 2012 Roland Yonaba

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.