Remix.run Logo
Zambyte 3 hours ago

Scala was the second programming language I learned (the first was Java). I think I'm quite lucky to have picked up a language like Scala so early in my programming journey. It made it very easy for me to learn new programming languages, since it made it easy to support wildly different paradigms (which is also what makes it hard to use in an enterprise environment).

SOLAR_FIELDS 40 minutes ago | parent [-]

yeah, you get everything and the kitchen sink with Scala. Which is actually IMO its biggest weakness. It wants to be everything, and it isn't amazing at anything as a result.

neko-kai 10 minutes ago | parent [-]

Every significant language became multi-paradigm these days, but you can do it intentionally, like Scala, or you can do it badly.