Please enable JavaScript in your browser!
Sākums
Izpētīt
Palīdzība
Pierakstīties
hwpplayers
/
cheatsheets
atdalīts no
jbranso/cheatsheets
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Atzars:
master
Atzari
Tagi
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Patstāvīgā saite
Vēsture
Neapstrādāts
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.