[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: a functional programming library
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 30 Sep 2011 10:47:20 -0500
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