Hacker News new | ask | show | jobs
by jamessun 4968 days ago
I don't think you're being silly.

For me, learning a new programming language is an opportunity to see how different languages implement different features. For instance, JavaScript, lua and C# all have different ways of implementing inheritance. Understanding the pros/cons of prototypal inheritance vs. classical inheritance makes me a better developer.