Scala vs. F#
alexn.org·7h·
Discuss: Hacker News
Flag this post

Which language leans more towards functional programming? In this binary choice, people have perceived F# to be that language, due to its ML roots, but I have a different perspective...

Before bringing your pitchforks: I’m an expert in Scala, but I only have superficial experience with F#, so take this opinion for what it is. I also think both languages are great, and this is just an opinion on which one I prefer.

F# is a wonderful language, and the primary choice between Scala and F# would actually be driven by your preferred choice of platform and ecosystem (JVM vs .NET). That being said,

Scala is actually a more “functional” language than F# because it wins in the expressiveness and the FP culture departments.

First, in Scala, you can work with higher-kinded types…

Similar Posts

Loading similar posts...