@starman@programming.dev to Rust@programming.devEnglish • 2 years agoWhy Rust is the most admired language among developers?github.blogexternal-linkmessage-square45fedilinkarrow-up1114arrow-down10
arrow-up1114arrow-down1external-linkWhy Rust is the most admired language among developers?github.blog@starman@programming.dev to Rust@programming.devEnglish • 2 years agomessage-square45fedilink
minus-square@intelati@programming.devlinkfedilink2•2 years 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•2 years 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.