Hacker News new | ask | show | jobs
by codr7 2602 days ago
There's plenty of polymorphism in Go, that's what interfaces are for. In C you would typically use a struct stuffed with function pointers, how is that an improvement?

Its still a better C in many ways, strings and character sets is a big one.