Please enable JavaScript in your browser!
首页
发现
帮助
登录
hwpplayers
/
cheatsheets
派生自
jbranso/cheatsheets
关注
2
点赞
0
派生
0
文件
目录树:
b7f887c0d2
分支列表
标签列表
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
文件历史
原始文件
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.