Hacker News new | ask | show | jobs
by blondin 1734 days ago
go has been so far a very enjoyable and consistent language. you can come back to code you wrote several years ago and not be surprised by it. the other consistent programming language i know of is java. java code from ten years ago won't be surprising to any java programmer reading it today.

programming language designers often forget how important consistency is. many languages have changed their syntax so much that we should just call them something else.