Remix.run Logo
pjmlp a day ago

> Some newer programming languages, like Go and Rust, don’t support it at all

They clearly do support OOP, the only difference is that it isn't the traditional class based OOP from Smalltalk and Java.

I have coded the Peter Shirley's raytracing tutorial using Rust with exactly the same OOP architecture as the tutorial, based on traits.