/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
| | jaketrent.com
3.5 parsecs away

Travel
| | Arrow functions treat return values in a couple ways.
| | weblog.raganwald.com
3.8 parsecs away

Travel
| |
| | sookocheff.com
4.2 parsecs away

Travel
| | Evaluating lambda functions requires using lots of brackets, which can be tedious and are a major source of error for evaluating expressions by hand. To simplify expressions, you can omit brackets when it is clear what the intention of the function is. Particularly, a function application can omit the brackets surrounding each individual parameter and assume the function is applied to the nearest argument. So, instead of expressing a function of three arguments as
| | aartaka.me
16.6 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.