[erlang-questions] [ANN] Erlang/OTP 17.0-rc1 has been released.
Anthony Ramine
n.oxyde@REDACTED
Sat Feb 1 00:31:14 CET 2014
I leave that question as an exercice to the reader.
--
Anthony Ramine
Le 31 janv. 2014 à 23:45, Stefan Strigler <stefan.strigler@REDACTED> a écrit :
> Pun intended?
>
> On 31.01.2014, at 23:30, Anthony Ramine <n.oxyde@REDACTED> wrote:
>
>> For those wondering, the syntax is:
>>
>> F = fun Fact(0) -> 1; Fact(N) when N > 0 -> N * Fact(N - 1) end,
> ^^^^^^^^^^
>> F(6).
>>
>> Regards,
>>
>> --
>> Anthony Ramine
>>
>> Le 31 janv. 2014 à 22:51, Kenneth Lundin <kenneth.lundin@REDACTED> a écrit :
>>
>>> - Funs can now be given names
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list