Please enable JavaScript in your browser!
Home
Verkennen
Help
Inloggen
hwpplayers
/
cheatsheets
geforked van
jbranso/cheatsheets
Volgen
2
Ster
0
Vork
0
Bestanden
Aftakking:
master
Aftakkingen
Labels
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Permalink
Geschiedenis
Ruwe
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.