Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
hwpplayers
/
cheatsheets
rozštěpen z
jbranso/cheatsheets
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Strom:
b7f887c0d2
Větve
Značky
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Historie
Surový
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.