New: functional-programmingAll contenthive-129948hive-196917krhive-150122hive-180932zzansteemhive-188619hive-183959hive-185836photographyhive-144064hive-166405hive-183397hive-101145uncommonlabhive-184714hive-193637hive-180301hive-145157lifehive-141434hive-139150hive-103599photoTrendingNewHotLikersmammadmortaji (27)in programming • 4 years agopure functionIs a function that only depends on the input parameters, not on what you have on the disk, your internet connection or anything else. You just give it a parameter and you can predict what it gives…sevcsik (41)in javascript • 7 years agoFirst-class Functions in JavaScriptThis article has originally been published on my blog . Poster image by REDBUBBLE . The notion of first-class functions can be somewhat puzzling for those who are just starting with…allanmacgregor (25)in programming • 8 years agoYou Should Learn Functional Programming in 2017Functional programming has been around for a very long time, starting in the 50's with the introduction of the Lisp programming language; and if you been paying attention in the last two years…otaviomacedo (25)in computer-science • 9 years agoFrom loop invariants to recursion invariantsUntil very recently, the major commercial programming languages were based on the idea of update in place. C, C++, Pascal, Java etc presuppose that the way to solve a programming problem is to have…