Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
thebaer
10y ago
0 comments
Save
Share
Java also can't beat Go's concise syntax. Even compared to writing in IntelliJ, an awesome IDE for saving keystrokes, I relish the simplicity and brevity of Go code.
0 comments
4 comments · 1 top-level
top
newest
oldest
prodigal_erik
10y ago
· 3 in thread
How can Go be concise when you can't do f(g(x)) without two if-statements to check for errors?
eggnet
10y ago
Couldn't f check for g's errors?
anant
10y ago
Sure it can,
http://play.golang.org/p/T6WIcT_8q5
works just fine!
kasey_junk
10y ago
No because you can't easily pass multiple return values as parameters. So annoying...
1 more reply
j
/
k
navigate · click thread line to collapse