you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago (1 child)

After programming in Go for nearly a decade, the idea of going back to needing semicolons brings me pain. Rust seems cool, but semicolons 🤢

  • source
  • hideshow 2 child comments
  • [–] [S] 8 points 2 years ago (2 children)

    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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    The presence of semicolons is not a language killer.

    I'm not saying it is. But every time I have to work in a language that requires semicolons I'm constantly forgetting them and constantly reminded of how nice it is to not have to care in Go.

  • source
  • parent