New: functional-programmingAll contenthive-129948hive-196917krhive-180932zzansteemhive-183959hive-150122hive-166405hive-185836photographyhive-144064hive-183397hive-101145hive-188619uncommonlabhive-184714hive-145157hive-103599hive-139150hive-193637hive-193186hive-180106bitcoinhive-111300TrendingNewHotLikersmammadmortaji (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…