[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: allow @, $, !, and ? in Lua identifiers
- From: Elias Barrionovo <elias.tandel@...>
- Date: Sat, 26 Apr 2014 20:07:51 -0300
On Apr 26, 2014 7:41 PM, "Rena" <hyperhacker@gmail.com> wrote:
> My question would rather be why these functions exist... :-)
Well, they *could* be useful in functional programming:
sum = fold(add, 0, sequence)
- References:
- Proposal: allow @, $, !, and ? in Lua identifiers, Coroutines
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, steve donovan
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Tom N Harris
- Re: Proposal: allow @, $, !, and ? in Lua identifiers, Rena