starman@programming.dev to Rust@programming.devEnglish · 1 year agoWhy Rust is the most admired language among developers?github.blogexternal-linkmessage-square45fedilinkarrow-up1118arrow-down17cross-posted to: rust@lemmy.ml
arrow-up1111arrow-down1external-linkWhy Rust is the most admired language among developers?github.blogstarman@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square45fedilinkcross-posted to: rust@lemmy.ml
minus-squarekeardap@lemmy.selfhost.questlinkfedilinkarrow-up19arrow-down1·1 year agoWorking on scientific code, Rust is amazing. We used to either code in C or Python. Now Python is only used for data analysis pre-post computation. The code is as fast as in C, the compiler is great at helping us prototype without bugs, memory usage is lower. We dropped C complelty and reducing our usage of Python.
Working on scientific code, Rust is amazing.
We used to either code in C or Python. Now Python is only used for data analysis pre-post computation.
The code is as fast as in C, the compiler is great at helping us prototype without bugs, memory usage is lower.
We dropped C complelty and reducing our usage of Python.