Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jbranso
/
cheatsheets
Obserwuj
1
Polub
0
Forkuj
1
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Bezpośredni odnośnik
Historia
Czysty
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.