@[email protected] to [email protected]English • 1 year agoWhy Rust is the most admired language among developers?github.blogexternal-linkmessage-square40fedilinkarrow-up1113arrow-down17cross-posted to: [email protected]
arrow-up1106arrow-down1external-linkWhy Rust is the most admired language among developers?github.blog@[email protected] to [email protected]English • 1 year agomessage-square40fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•1 year agoAs mostly a novice (interested, but unpracticed) programmer I see it as an updated/upgraded C family language? I don’t think there would be a large learning curve?
minus-squareTobias Hungerlinkfedilink6•1 year agoThe basics are all the same:. memory, cpus and caches in between ;-) But rust does approach many things very differently from C or C++. Learning those new approaches takes time and practice.
As mostly a novice (interested, but unpracticed) programmer I see it as an updated/upgraded C family language?
I don’t think there would be a large learning curve?
The basics are all the same:. memory, cpus and caches in between ;-)
But rust does approach many things very differently from C or C++. Learning those new approaches takes time and practice.