|
|
|
|
|
by ruph123
1915 days ago
|
|
I don’t want to toot this horn too much (is that a saying?) but I really like the path Rust took. It is not technically OO but close enough. For me as someone who learned programming with Java (and some SML) and mostly worked with OOPLs after, I never had problems whatsoever. You don’t have inheritance but traits (and importantly trait objects). The ways to model in Rust with Enums, Structs and Traits are amazing and somehow really fit my mental model. |
|