26 Dec
2015

Learning F# – The Thunderdome Principle for Functions

Category:UncategorizedTag: :

Back in 2008, Jeremy Miller introduced the Thunderdome Principle, a technique he used for building maintainable ASP.NET MVC applications which later led to the FubuMVC open-source project. The basic premise of the Thunderdome Principle is to have all controller methods take in one ViewModel object (or none in some cases), and also return a single […]

Read More
17 Dec
2015

Learning F# – Passing Parameters to Functions

Category:UncategorizedTag: :

One of the first issues I faced when learning F# was finding out how to specify multiple parameters to a function. While this might sound obvious when learning a functional programming language, I had a few confronting moments that forced me to unlearn things before I could make any progress. I wanted to create a […]

Read More
5 Jun
2015

Using F# in Sublime Text on Linux Mint

Category:UncategorizedTag: , :

I?ve been learning about functional programming for quite some time now, trying to wrap my head around the various concepts that this paradigm has to offer. One of the languages that spiked my interest besides Clojure is F#. The reason for this is quite obvious. As a software developer who uses the .NET framework on […]

Read More