←back to thread

171 points g0xA52A2A | 1 comments | | HN request time: 0.309s | 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 #
jeroenhd ◴[] No.41869380[source]
When it comes to low-level, security sensitive software like this, I actually do value the software being written in a relatively safe language.

Could Rust, could be C# for all I care.

replies(2): >>41870723 #>>41871618 #
sitkack ◴[] No.41870723[source]
Rust's safety properties are vastly better than C#, memory safety is the barrier to entry.
replies(1): >>41871631 #
1. hulitu ◴[] No.41871631[source]
(i've heard) unless you use unsafe. /s