Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcwalton
3807 days ago
Syntactically, Go is less lenient than Java, C#, or most other freeform languages, due to, for example, automatic semicolon insertion.
1 comments
rjbrock
3807 days ago
Maybe lenient isnt the best description. It is much more concise without losing static typing.
Type inference like this: myvar := myFunc() makes coding feel like its a dynamic language
link
Type inference like this: myvar := myFunc() makes coding feel like its a dynamic language