Hacker News new | ask | show | jobs
by uriel 5518 days ago
Go's syntax is one of the 'dumbest' around, it is extremely easy to parse compared to pretty much any other mainstream language (except scheme I guess).

All the bitching about ';' comes from people that clearly have not used Go or tried to parse it.