/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...
| | agentultra.com
2.6 parsecs away

Travel
| |
| | weblog.raganwald.com
0.0 parsecs away

Travel
| | [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
16.9 parsecs away

Travel
| [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.