this post was submitted on 20 Dec 2025
66 points (97.1% liked)

Rust

7610 readers
5 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
you are viewing a single comment's thread
view the rest of the comments
[–] capuccino@lemmy.world 7 points 1 week ago (4 children)

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

WHAT

[–] 5C5C5C@programming.dev 31 points 1 week ago (1 children)

Honestly yes. If I need to manipulate the filesystem or manage processes with any amount of conditional logic or looping, I'd much rather do it with Rust than shell scripts.

The only thing I use shell scripts for anymore is completely trivial sequences of commands.

As someone who uses a lot of shell scripts and learning Rust, do tell more.

load more comments (2 replies)