Explore >> Select a destination


You are here

nondv.wtf
| | laihoconsulting.com
6.2 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | pragprog.com
3.3 parsecs away

Travel
| | This book will help you write macros using Clojure and to recognize when you should be using macros in the first place.
| | trendless.tech
6.1 parsecs away

Travel
| | This is a comparison of programming languages. The thrust of it is to give an approximation of the strengths and weaknesses of that language compared to other programming languages. It's worth noting that each "lang" has its "use case", so none of them are technically "bad", though many of them are awkward for doing specific [...]Read More... from Programming Languages, Anecdotally
| | www.softdevtube.com
21.4 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,