Hacker News new | ask | show | jobs
by pknopf 2629 days ago
That probably has a lot to do with the error checking in Go.
1 comments

I’m sure that’s a good chunk of it. Go also lacks list comprehensions, so you have a for loop instead. Go has more boilerplate, but not more complexity.
Boilerplate is complexity.
Idk, you are arguing that more lines of code equal more complexity.
No it's not, by definition. :)