Posts Tagged ‘F#’

Kata StringCalculator in F# (2010-5-12)

Yesterday’s F# bookclub meeting in Munich was awesome as usual. It’s very interesting to see our overall understanding of functional programming progressing. Slowly, but steady. Main topics we discussed on the last meeting were Currying and Tail Recursion. Finally “got that” (at least I think so )

Two meetings ago we decided to do some [...]

Testing F# code with xUnit.net (on .NET 4.0) (2010-4-19)

A lot of my free time currently goes into learning F#. While I had a great time playing around with the F# REPL FSI, I came to the conclusion that using FSI is not my preferred way of a) learning the F# language and b) to develop code. Writing unit tests simply for the purpose [...]