Tagged Questions
1
vote
10answers
833 views
What are the trade-offs between languages that terminate statements with semicolons and those that don't? [closed]
Are there any benefits to languages that terminate statements with a semicolon (C, Perl, etc.) compared with those that don't (Python, Ruby, etc.), or vice versa?
(Note to late-comers: the original ...