Explore >> Select a destination


You are here

www.tomoliver.net
| | www.jurecuhalev.com
7.8 parsecs away

Travel
| | Grokking Simplicity is an introductory book that will take you to the world of functional programming. It uses basic JavaScript to explain filter(), map(), and reduce() in simple and logical steps. As an experienced engineer, I read the book hoping it would allow me to read F# code better. What I got from it instead [...]
| | ilya-sher.org
9.8 parsecs away

Travel
| | Background Let's look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It's more code that we would like to have. What's holding us back? chairs can be null, which is not an array (aka list), therefore requiring the...
| | dailytechvideo.com
9.3 parsecs away

Travel
| | JavaScript has often been described as the "assembly language of the Web." Implied in this description is the notion that other languages can and should compile into JavaScript. We have seen examples of this, most prominently with ClojureScript. But Scala, a popular programming language that runs on the JVM, now has a version that compiles ... Continue reading [Video 450] Sébastien Doeraene: Scala.js Workshop ?
| | www.hankruiger.com
23.5 parsecs away

Travel
| Post about my website, and how and why I dumbed it down