/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

www.chriswarbo.net
| | afnan.io
2.5 parsecs away

Travel
| | [AI summary] The author explains the basics of lambda calculus, a theoretical model of computation invented by Alonzo Church that serves as the foundation for functional programming languages.
| | text.marvinborner.de
3.2 parsecs away

Travel
| | The bruijn programming language is pure lambda calculus with some syntactic improvements. It doesn't have any primitive functions - how is that possible?
| | deniskyashif.com
3.8 parsecs away

Travel
| | How to define a recursive function in a language which doesn't support recursion using the Y combinator.
| | tech.preferred.jp
16.3 parsecs away

Travel
| Pattern matching on algebraic data types is a powerful technique to process a given input and many programming languages have adopted it in one way or