/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cukic.co
| | www.jurecuhalev.com
2.6 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 [...]
| | www.softdevtube.com
3.5 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,
| | meh.schizofreni.co
2.7 parsecs away

Travel
| | [AI summary] The author discusses switching to Erlang for a functional programming project to implement efficient boolean filtering and concurrency, sharing the resulting code.
| | www.parsonsmatt.org
17.4 parsecs away

Travel
| This post is intended for beginners of functional programming interested in an exploration of laziness, Haskell, and recursion