You are here |
rgoswami.me | ||
| | | |
largedatabank.com
|
|
| | | | I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself. | |
| | | |
tomasp.net
|
|
| | | | Tomas Petricek's latest blog posts about programming languages and tools, working with data, philosophy of science and more. | |
| | | |
sandeep.shetty.in
|
|
| | | | For way too long now, I've heard proponents of object-oriented programming describe badly written programs as " procedural ", as if to impl... | |
| | | |
www.softdevtube.com
|
|
| | 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, |