3 points
Would you rather have semicolons or significant newlines?
2 points
*
You can replace return foo
with just foo
.
4 points
3 points
2 points
Well you have a variable foo
being mutated. Maybe that’s what they’re for?
1 point
Deleted by creator
5 points
After programming in Go for nearly a decade, the idea of going back to needing semicolons brings me pain. Rust seems cool, but semicolons 🤢
As you can see, rust allows you to not put semicolons at the end of code blocks. The presence of semicolons is not a language killer. It’s a very hard language, but its worth it.
2 points
4 points