Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
hwpplayers
/
cheatsheets
ответвлено от
jbranso/cheatsheets
Следить
2
В избранное
0
Ответвить
0
Файлы
Ветка:
master
Ветки
Метки
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.