logoalt Hacker News

pjmlpyesterday at 12:51 PM3 repliesview on HN

It certainly is according to the various CS definitions of type systems.

Plenty of OOP architectures can be implemented 1:1 in Rust type system.


Replies

9rxyesterday at 4:36 PM

Yes, of course you can call objc_msgSend or equivalent in Rust just as you can in C. But you are pushing the object-oriented model into a library. It is not native to the language.

Ygg2yesterday at 1:32 PM

> Plenty of OOP architectures can be implemented 1:1

Plenty of OOP architecture can be implemented in C. That's an extremely flawed and fuzzy definition. But we've been through this before.

show 1 reply