←back to thread

171 points g0xA52A2A | 2 comments | | HN request time: 0.457s | source
Show context
ericyd ◴[] No.41869293[source]
Thank God this VMM is written in Rust, otherwise I would be very skeptical. I don't care about features or purpose or technical advantages, give me Rust or give me death.
replies(4): >>41869380 #>>41869386 #>>41871253 #>>41873298 #
mcflubbins ◴[] No.41869386[source]
For real, I find it so odd to tack on "written in Rust" to every new project that's announced that uses Rust. (As someone who uses Rust in their day job)
replies(6): >>41869445 #>>41869678 #>>41869752 #>>41869857 #>>41870126 #>>41874582 #
poincaredisk ◴[] No.41869678[source]
I consider a language mature, when it's developers stop feeling the need to list "written in X" in the features section of the repository/main page.
replies(1): >>41869781 #
1. orangeboats ◴[] No.41869781[source]
That'd be a poor criteria. C++ is now an immature language:

Show HN: Comprehensive inter-process communication (IPC) toolkit in modern C++ (2024) https://news.ycombinator.com/item?id=40028118

replies(1): >>41871049 #
2. wrs ◴[] No.41871049[source]
Considering the continual revisions in C++ of fundamental things like pointers and strings, arguably this is not incorrect…