Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
jbranso
/
cheatsheets
Watch
1
Star
0
Fork
1
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
パーマリンク
履歴
Raw
Functional programming in a basic sense does two things:
there are no while or for loops
One does not assign values. The "=" operator is not allowed. The
only way a variable can get a value is an argument to a function.