Explore >> Select a destination


You are here

fsharpforfunandprofit.com
| | juxt.pro
18.0 parsecs away

Travel
| | Explore the challenges of JSON as a configuration format and discover alternatives that offer better readability and maintainability
| | dmitripavlutin.com
13.1 parsecs away

Travel
| | A pure function always returns the same value for the same arguments and produces no side effects.
| | blog.submain.com
15.7 parsecs away

Travel
| | You can do functional programming in C#. Learn C# Map, Filter, and Reduce in order to help you write cleaner code that's easier to reason about.
| | skilldrick.co.uk
92.0 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.