Hacker News new | ask | show | jobs
by the2bears 2478 days ago
> Scala is more commonly written in a functional and/or streaming/reactive stle.

This is the exact opposite of my experience. All the Scala I've seen "in the wild" is basically Java with a slightly different syntax. All OO, with the odd high-level function thrown in to prove something I guess.