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.