Hacker News new | ask | show | jobs
by floatboth 1640 days ago
> claiming that literally everything is OOP

Well, "is" is quite the load-bearing word in those claims. I think it is kinda true in the sense that lots of things can be represented as OOP. A great example is how Scala represents ML-style ADTs as sealed class hierarchies.