/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

jaketrent.com
| | www.chriswarbo.net
3.5 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.
| | syntackle.com
3.2 parsecs away

Travel
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly.
| | robkendal.co.uk
1.6 parsecs away

Travel
| | Let's look at arrow functions in the ES6 version of JavaScript. Learn what arrow functions are, how to use arrow functions and how they help with this.
| | lucasfcosta.com
21.1 parsecs away

Travel
| In this post, we will talk about one of the most beautiful ideas in computer science: the Y-Combinator. And no, I'm not talking about the VC firm in Silicon ...