Hacker News new | ask | show | jobs
by nwmcsween 4672 days ago
You cannot have full classical OOP with C like performance. It won't happen without a big fat JIT runtime and more optimization than put into hotspot.
1 comments

Yes, you can. You might have heard of C++.
Uhh, "classical OOP". Like Smalltalk. What C++ calls "OOP" has its place, but it's not the same thing.