back

by iLemming·6y ago·view on hn ↗
JVM can be extremely performant, although sometimes memory hungry. I haven't done any Scala, but I've tried comparing Haskell and similar Clojure code. Most of the time it was easier to write more performant Clojure code, and accidentally write Haskell code that was not as performant. I have to admit though that my Haskell knowledge is pretty weak.