|
|
|
|
|
by thedataangel
2816 days ago
|
|
In my experience, languages that try to bridge OO and functional ecosystems (F#, Scala, etc) tend to suffer from a lot of split-brain / "worst of both worlds" syndrome. You miss a lot of the advantages of FP unless you go all-in on it like Haskell does. |
|
The same goes for mutability, it is there and you should certainly use it when it makes sense but it is not the default.