|
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... | |
| | | | |
agentultra.com
|
|
| | | | | ||
| | | | |
weblog.raganwald.com
|
|
| | | | | [AI summary] The author re-examines Why Functional Programming Matters to argue that programming language design reflects opinions on program design, specifically separating the concepts of 'power' and 'safety' by using a 'separation of concerns' metric where better factoring makes a language more powerful in practice. | |
| | | | |
jao.io
|
|
| | | [AI summary] The author explores the Y combinator and fixed-point combinators in lambda calculus, demonstrating how to implement recursive functions like list-length in Scheme using beta abstraction to manage a strict evaluation strategy. | ||