Explore >> Select a destination


You are here

brianmckenna.org
| | mmhaskell.com
11.6 parsecs away

Travel
| |
| | crockford.com
11.2 parsecs away

Travel
| |
| | skilldrick.co.uk
13.5 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.
| | v8.dev
127.4 parsecs away

Travel
| The V8 Lite project dramatically reduced the memory overhead of V8 on typical websites, this is how we did it.