Explore >> Select a destination


You are here

www.lambdabytes.io
| | www.s-anand.net
4.2 parsecs away

Travel
| | In 1994, I learnt Perl. It was fantastic. I used it to: In 2006, I was convinced I should stick to Perl over Python. In 2008, Google launched AppEngine and it provided free hosting (which was a big deal!) but had only 2 runtimes: Java and Python. The choice was clear. I'd rather learn Python ... Perl, 1994-2011 Read More ยป
| | largedatabank.com
3.1 parsecs away

Travel
| | 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.
| | www.softdevtube.com
1.9 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,
| | janaimke11.wordpress.com
24.3 parsecs away

Travel
| Copyleft is the ability of a contributor or distributor to add restrictions to a work. While most open source software allows you to use and modify the code as you want, open source software incorporating copyleft provisions prevent a contributor from making the future software proprietary. Copyleft is a general method for making a program...