|
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?