/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

pedrokroger.net
| | deniskyashif.com
5.2 parsecs away

Travel
| | How to define a recursive function in a language which doesn't support recursion using the Y combinator.
| | www.chriswarbo.net
4.8 parsecs away

Travel
| | [AI summary] An article explaining how to emulate lexically-scoped let expressions in Python using one-shot lambdas and the del keyword to clean up local variables.
| | danilafe.com
3.8 parsecs away

Travel
| | [AI summary] The blog post explores lambda calculus, its role in computation, and how Church-encoded integers are used to represent natural numbers through abstraction and function application.
| | aartaka.me
13.4 parsecs away

Travel
| Lambda Calculus is a fascinating idea, but it's not immediately obvious. In this post, I'm trying to understand and explain the basic terms used in Lambda Calculus.