Hacker News new | ask | show | jobs
by ladyanita22 639 days ago
I wonder why is Go[1] considered object-oriented while Rust is not[2], when basically both have the same approach towards objects (struct + methods).

[1]: https://en.wikipedia.org/wiki/Go_(programming_language)

[2]: https://en.wikipedia.org/wiki/Rust_(programming_language)