Haskell vs. Erlang vs. Scala
Comparing Haskell, Erlang and Scala by way of examples and intelligent analysis:
Of course, all three are great languages, with Haskell having an edge over the competition in pureness and syntax neatness, Scala in technology, experience transfer and sometimes syntax, while Erlang has the edge over provenly great concurrency, scalability and a beginner-friendly straight-forward syntax - in exchange for being a dynamic language.
Expect to read more introductory articles on Scala in the future.
- An Example Syntax in Haskell, Erlang and Scala (blogtrader)
- The multicore crises: Scala vs. Erlang (a detailed and informed analysis by Niclas Nilsson and nice follow-up discussion)
- Programming language shootout game on x86-64: Haskell
- Programming language shootout game on x86-64: Erlang
- Programming language shootout game on x86-64: Scala
Of course, all three are great languages, with Haskell having an edge over the competition in pureness and syntax neatness, Scala in technology, experience transfer and sometimes syntax, while Erlang has the edge over provenly great concurrency, scalability and a beginner-friendly straight-forward syntax - in exchange for being a dynamic language.
Expect to read more introductory articles on Scala in the future.
Comments
Post a Comment