Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
hwpplayers
/
cheatsheets
forked de
jbranso/cheatsheets
Seguir
2
Destacar
0
Fork
0
Archivos
Rama:
master
Ramas
Etiquetas
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Permalink
Histórico
Raw
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.