New: functional-programmingAll contenthive-129948hive-196917krzzanhive-183959hive-185836photographyhive-180932steemhive-101145hive-150122hive-166405hive-183397hive-144064uncommonlabhive-188619hive-184714krsuccesshive-103599bitcoinhive-145157hive-193637hive-180301lifehive-193186TrendingNewHotLikersmammadmortaji (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…naufal (65)in utopian-io • 7 years agoMostlyAdequate - Translate 1187 words into Indonesian #3source Project Details Professor Frisby's Mostly Adequate Guide to Functional Programming is a book on the functional paradigm in general. It will use the world's most popular functional…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 • 8 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…