Hacker News new | ask | show | jobs
by Athas 2922 days ago
Thanks, I added Scala. It looks like it's common programming style to use semicolons in various places, though.
1 comments

I don't use scala professionally, that said I have never seen semicolons actually being used. For examples apache/spark, lightbend/play-framework, typelevel/cats, the scala compiler itself etc.

But maybe there are edge cases where they are required. I don't know.