(no title)
LysPJ | 1 year ago
IMO the Go syntax is a vast improvement as it's much simpler and avoids the clockwise/spiral issue: https://appliedgo.com/blog/go-declaration-syntax
LysPJ | 1 year ago
IMO the Go syntax is a vast improvement as it's much simpler and avoids the clockwise/spiral issue: https://appliedgo.com/blog/go-declaration-syntax
rollcat|1 year ago
(I also have no doubt that just like Go fixed C's type declarations, in another 20-30 years, Go's successor will finally fix error handling.)
unrealhoang|1 year ago
gf000|1 year ago
atiedebee|1 year ago
tpoacher|1 year ago
or, declare the type separately, like in fortran or haskell (or in fact, pre-C99 c)