|
You are here |
raganwald.com | ||
| | | | |
sreekar.ch
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
bruceeckel.com
|
|
| | | [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. | ||