Y
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
weberc2
2629 days ago
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.
link
stefano
2629 days ago
Boilerplate is complexity.
link
pknopf
2628 days ago
Idk, you are arguing that more lines of code equal more complexity.
link
weberc2
2629 days ago
No it's not, by definition. :)
link