56
you are viewing a single comment's thread
view the rest of the comments
[-] capuccino@lemmy.world 5 points 1 day ago

...and not just for performance-heavy stuff or embedded development, but for shell scripts...

WHAT

[-] FizzyOrange@programming.dev 14 points 1 day ago

Yeah it's great for little scripts. There's even a cargo script feature that's being worked on so you can compile & run them using a shebang.

I'd use a shell script if it is literally just a list of commands with no control logic or piping. Anything more than that and you're pointing a loaded gun at your face, and should switch to a proper language, of which Rust is a great choice.

load more comments (7 replies)
this post was submitted on 20 Dec 2025
56 points (100.0% liked)

Rust

7589 readers
54 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS