Please enable JavaScript in your browser!
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
hwpplayers
/
cheatsheets
برگرفته از
jbranso/cheatsheets
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
شاخه:
master
شاخهها
تگها
master
cheatsheets
/
functional-programming.org
functional-programming.org
289 B
لینک دائمی
تاريخچه
خام
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.