lua-users home
lua-l archive

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


Is arg deprecated? I had no idea, oops.

After some searching, I found this entry in the FAQ: http://www.luafaq.org/#T1.23 Do you suggest I follow this advice? I have tested on Lua 5.1, not yet on 5.2....

Regarding Andrew's problem, it sounds like a version control issue on bitbucket, so I'll try to be sure it gives the right downloads.

Thanks!

Bo


On Fri, Sep 30, 2011 at 4:52 PM, Geoff Leyland <geoff_leyland@fastmail.fm> wrote:
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?