Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
hwpplayers
/
cheatsheets
şundan çatallanmış
jbranso/cheatsheets
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Dal:
master
Dallar
Biçim İmleri
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
Kalıcı Bağlantı
Geçmiş
Ham
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.