List of programming languages that do not use semicolons(sigkill.dk)
sigkill.dk
List of programming languages that do not use semicolons
http://sigkill.dk/writings/semicolons.html
4 comments
Since I'm too lazy to write a mail: Scala has optional semicolons (they are infered).
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.
But maybe there are edge cases where they are required. I don't know.
What about Python?