Remix.run Logo
groundzeros2015 a day ago

That doesn’t follow. Scala is a high level language and compiler above the JVM. The bug here is a high level one:

> Turns out there was indeed a subtle bug making chained evaluations inefficient in Scala 3

I’m comparing with Haskell, Scheme, or even SQl which all promise to compile efficient code from high level descriptions.

blandflakes a day ago | parent [-]

The bug in TFA is hardly a reason that Scala is not a success, though.

groundzeros2015 a day ago | parent [-]

I didn’t say that. I’m highlighting a specific challenge of getting predictable performance over the lifetime of code.

Lower-level languages don’t have this same problem to the same extent. They have other problems Scala doesn’t have.