Hacker News new | ask | show | jobs
by ilovecaching 2401 days ago
I’m a C programmer, and I don’t really see what adding this additional complexity will really bring to the language. I always think of C as half typed. I get all the benefits of static typing where it makes sense, but I’m also not afraid to do some casts and throw around some void pointers. Go has it so much better with the underlying type attached to the interface.