DEV Community

Discussion on: A .NET Manager's Perspective on F#

Collapse
 
shimmer profile image
Brian Berns

Glad to see this. I’m an F# developer in a typical C# engineering group. The two languages get along fine because they’re both .NET. The functional paradigm scales up to real world solutions with few, if any, problems. I prefer functional programming to OOP at this point. It’s conceptually simpler once you’re past the initial learning curve.