Explore >> Select a destination


You are here

www.baturin.org
| | coady.github.io
4.9 parsecs away

Travel
| |
| | fsharpforfunandprofit.com
1.7 parsecs away

Travel
| | Breaking multi-parameter functions into smaller one-parameter functions
| | skilldrick.co.uk
4.2 parsecs away

Travel
| | In this post, I'm going to attempt to explain what closures are and how to use them. Many modern (and some not-so-modern) programming languages contain support for closures, but for the purposes of this article I'm going to be using JavaScript. I've chosen JavaScript for a few reasons: Ubiquity: If you have a web browser then you have a JavaScript interpreter Simplicity: JavaScript is conceptually a fairly simple language (especially if you limit yourself to its Good Parts), compared to other dynamic scripting languages such as Python and Ruby Familiarity: If you've used any of the C family of languages (e.
| | aartaka.me
12.1 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.