cm0002@lemmy.zip to Linux@programming.dev · 7 days agoSystem76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop9to5linux.comexternal-linkmessage-square28fedilinkarrow-up1143arrow-down10
arrow-up1143arrow-down1external-linkSystem76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop9to5linux.comcm0002@lemmy.zip to Linux@programming.dev · 7 days agomessage-square28fedilink
minus-square1984@lemmy.todaylinkfedilinkarrow-up1·3 days agoRead about Rust advantages and you will know. :)
minus-squarejasory@programming.devlinkfedilinkarrow-up1·2 days agoI write quite a bit of Rust, and I’m still at a loss. It’s easier to write a low-error program in Rust. But low-error program in any compiled language is going to be essentially identical.
minus-squareKhleedril@cyberplace.sociallinkfedilinkarrow-up1·2 days ago@jasory @1984 I suppose the main benefit/downside is that the apps will be monolithic and avoid DLL hell, hence more reliable in that way but also taking up more resources between them.
Read about Rust advantages and you will know. :)
I write quite a bit of Rust, and I’m still at a loss.
It’s easier to write a low-error program in Rust. But low-error program in any compiled language is going to be essentially identical.
@jasory @1984 I suppose the main benefit/downside is that the apps will be monolithic and avoid DLL hell, hence more reliable in that way but also taking up more resources between them.