[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: a functional programming library
- From: Geoff Leyland <geoff_leyland@...>
- Date: Sat, 1 Oct 2011 09:52:00 +1300
On 1/10/2011, at 4:27 AM, Bo Waggoner wrote:
> Hi all, this is my first time posting to the mailing list!
>
> I've created and posted a functional programming library, which you can download here:
> https://bitbucket.org/luafunctional/lua-functional
…
> -- pack
> lfunc.pack = function(...)
> arg.n = nil;
> return arg end
I thought arg was deprecated. What version of Lua are you targeting?