A repository containing my release-ready libraries
array - An array(list) library inspired by JS's array interface (read: methods and call chaining);
better-errors - A library to create more informative errors
expect - A validation library
LUT - A unit-test library modelled after JS testing conventions
All scripts provided here return a table containing their exports.
For scripts that return a singular item, it is keyed by the script's name
eg require('array').Array