Re: a functional programming library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: a functional programming library
- From: Bo Waggoner <luafunctional@...>
- Date: 2011年9月30日 17:22:24 -0400
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:
…
> -- pack
> lfunc.pack = function(...)
> arg.n = nil;
> return arg end
I thought arg was deprecated. What version of Lua are you targeting?