Quote of the Week: “What can C# do that F# cannot?”

The F# community quote of the week was from Tomas Petricek in answer to a question on Twitter, see the pic on the right.  What Tomas says is not 100% technically accurate: you can get NullReferenceException (NRE) in F# if you use C# libraries. C#-defined-types+the "null" literal, or some backdoors like Unchecked.defaultof<_>. However what Tomas says does match people’s … Continue reading Quote of the Week: “What can C# do that F# cannot?”