lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Sep 30, 2011 at 10:27 AM, Bo Waggoner <luafunctional@gmail.com> wrote:
> -"plug and play" (see example below) -- not a module (or maybe this is a
> con?)

that would definitely be a con; but since it returns a table with all
functions, it should just work:

local lfunc = require "lua-functional"

in fact, that's how i write my own modules, instead of using the
soon-to-be-deprecated module() function

-- 
Javier