サクサク読めて、アプリ限定の機能も多数!
cu39 のブックマーク 2009/03/07 00:52
Index - Erlang/OTP[coding][erlang]2009/03/07 00:52
このブックマークにはスターがありません。 最初のスターをつけてみよう!
www.erlang.org2005/02/17
fact(0) -> 1; %% Pattern matching for control-flow fact(N) -> N * fact(N-1). %% Recursion to create loops > example:fact(10). %% Interactive shell for fast iterations 3628800 > [{I, example:fact(I)...
165 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Index - Erlang/OTP
fact(0) -> 1; %% Pattern matching for control-flow fact(N) -> N * fact(N-1). %% Recursion to create loops > example:fact(10). %% Interactive shell for fast iterations 3628800 > [{I, example:fact(I)...
165 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /