Hacker News new | past | comments | ask | show | jobs | submit login

I never said there aren't features in Go I would rather see removed, or that there aren't features I would like to see added, or that Go is perfect in general.



Súm types (or even just working enums) would replace iota.


Only for some uses of iota. And iota is "simpler" from some perspectives, because you never have to deal with it anywhere except in const (..) blocks (that is, it's a very "localized" feature that barely interacts with anything else).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: