Hacker News new | ask | show | jobs
by BlackMonday 2922 days ago
Since I'm too lazy to write a mail: Scala has optional semicolons (they are infered).
1 comments

Thanks, I added Scala. It looks like it's common programming style to use semicolons in various places, though.
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.