/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

raganwald.com
| | sreekar.ch
3.0 parsecs away

Travel
| | But first What is functional programming Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r...
| | www.inner-product.com
2.5 parsecs away

Travel
| | The core premise of functional programming, in my opinion, is that local reasoning and composition make for better code. Here I discuss what these terms mean and the benefits they bring.
| | agentultra.com
2.6 parsecs away

Travel
| |
| | bruceeckel.com
18.0 parsecs away

Travel
| [AI summary] Bruce Eckel argues that while functions originated as units of code reuse to save space and effort, their primary purpose in modern programming is to serve as units of meaning and to create small frameworks.