Ramblings of a Coder's Mind

Got Tech? Will Hack.

K

Tag: functional-programming

Posts tagged with functional-programming

Project Euler #79: Passcode Derrivation (using Lambdas)

I’ve been solving Project Euler for years and I avoid posting solutions online as far as possible but this problem is old enough that it shouldn’t be a problem. Plus, the problem statement interests me enough to write a functional solution using the new Java 8 Lambdas that I’ve been...

Read on →

First hand at F#

With the release of the first beta of Visual Studio 2010 which includes support for F#, it was only a matter of time till I tried my hand at it. I don’t go for Hello World programs. Apart from C, the first code I’ve written in every other language (since...

Read on →