Project Euler in F# – Problem 22
{ Posted on Feb 12 2008 by claudio }
Unlike pure functional programming languages, F# is a multi-paradigm language, so you can mix object-oriented code with functional one, mainly to exploit the features of the .Net framework.
In Project Euler Problem 22 we are asked to open a file (imperative ...Read More »



