Hacker News new | ask | show | jobs
by matheusmoreira 1315 days ago
People spend entire careers thinking about object-oriented programming?
3 comments

Heh. I'm sure they thought and worked on others things too, but many focused on it, yes.
Any recent innovations? Because even traditional object-oriented languages like Java and C# seem to be getting more functional over time, and the endless attempts to add classes to Javascript only make it worse.
Lots of them, people only have to look beyond Java and C#.

Many of those "functional" features like LINQ, were already present in Smalltalk collections and CLU.

As for what inovations, OOPSLA, ECOOP, ACM, IEEE proceedings have plenty of research papers on the matter.

Not quite, people think in Inheritance instead.