Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
hwpplayers
/
cheatsheets
forkattu lähteestä
jbranso/cheatsheets
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Branch:
master
Branchit
Tagit
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Pysyvä linkki
Historia
Raaka
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.