Functional Friday 2: C# Zip and Skip

It's…Functional Friday! So how would you write a function that, given a list of train cars, returns the food cars which are directly behind a hazmat car? (Maybe we don’t want to eat the food from ‘em.) At first we might try using LINQ, but then...

comments

Functional Friday 1: Background

It's...Functional Friday! Being the first one, I think some background for Functional Programming (FP) makes sense. So a bit on programming paradigms... First, it is interesting to note that the very first Turing-complete languages were of the...

comments