1 min readApr 10, 2018
This is why I’ve become such a fan of multiparadigmatic languages that take a bias. C# and F# are brilliant in this regard. C# gives you OO by default with nice functional upgrades if you’re willing to dig. F# gives you functional by default with a clean OO out for when you really need it. Best part is that they both compile to .net so you can have a solution with a mix of c# and f# projects.