6 ms·
Since I'm too lazy to write a mail: Scala has optional semicolons (they are infered).
by BlackMonday 8y ago
Since I'm too lazy to write a mail: Scala has optional semicolons (they are infered).
- Athas 8y agoThanks, I added Scala. It looks like it's common programming style to use semicolons in various places, though.
- BlackMonday 8y agoI 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.