←back to thread

205 points michidk | 1 comments | | HN request time: 0.201s | source
Show context
baq ◴[] No.41835199[source]
As expected, the people problem is the biggest factor. Turns out getting C folks to learn Rust is a difficult proposition (hello, lkml) but the other way around it isn't too much of a problem.

I wonder how much of it is low-level experienced developers only ever using C fail to see that C is not the universally best tool (or, 'if all you have is a hammer, everything looks like a nail' question).

replies(5): >>41835262 #>>41835561 #>>41835870 #>>41836074 #>>41836108 #
whazor ◴[] No.41835870[source]
Getting Rust developers to become Embedded Engineers is very interesting. Since it is easier to learn Rust than it is to learn C.
replies(1): >>41839838 #
1. wyager ◴[] No.41839838[source]
I think writing broken C is easier than writing correct Rust is easier than writing correct C.

A lot of C(++) devs just like that they can mostly get away with writing broken code