Explore >> Select a destination


You are here

cukic.co
| | www.softdevtube.com
1.8 parsecs away

Travel
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,
| | fsharpforfunandprofit.com
2.4 parsecs away

Travel
| | Slides and video from my talk
| | www.jurecuhalev.com
2.1 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 [...]
| | dailytechvideo.com
20.8 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 ?