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

The go philosophy is that inheritance "does not scale" and they deliberately went another route: https://golang.org/doc/faq#inheritance



The parent probably meant "parametric polymorphism", i.e., generics, and not "subtyping polymorphism", i.e. inheritance.


Errm - where did the parent say anything about inheritance?


Isn't the feel of working with Python all about inheritance?


Duck typing is far more important.




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

Search: