|
|
|
|
|
by erikpt-work
2556 days ago
|
|
Not intending to start a flame war, just to expand my knowledge. As someone well versed in C#/VB please ELI5 why F# is so superior to it's OO cousins? Seems to me like it's actually more difficult to get to the same results with functional languages especially when C# has a lot of "functional" paradigms included? |
|
I'm not making any assertions about OOP vs FP. Though some claims would be that with FP it is easier to maintain an application, functions are mapped to a singular result given a specific input, and with F# its got a strong type system.