starman@programming.dev to Rust@programming.devEnglish · 1 year agoWhy Rust is the most admired language among developers?github.blogexternal-linkmessage-square40fedilinkarrow-up199arrow-down15
arrow-up194arrow-down1external-linkWhy Rust is the most admired language among developers?github.blogstarman@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square40fedilink
minus-squarekeardap@lemmy.selfhost.questlinkfedilinkarrow-up17arrow-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.