this post was submitted on 04 Dec 2020
3 points (80.0% liked)

Rust Programming

8011 readers
1 users here now

founded 5 years ago
MODERATORS
 

Genuinely serious since this is so much of a meme.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dessalines@lemmy.ml 0 points 3 years ago (1 children)

Unironically yes for me. At least out of the languages I've worked most in, when I have to go back to them, I find myself saying that rust did this much better.

I used to use duck typed languages for scripting, but those quickly grow complex to where you wish you had compile time type checking anyway.

Unfortunately the main GUI platforms today are the web, and mobile apps, and neither can really use rust yet.

[โ€“] AgreeableLandscape@lemmy.ml 0 points 3 years ago* (last edited 3 years ago)

What are your thoughts on a possible command line syntax derived from Rust? Kind of like how TempleOS (that really weird religious operating system created by one person) has a shell with C-like syntax, complete with include statements and semicolons after every command.

I hate bash/sh script's syntax and really hate batch/powershell, but I don't know if a Rust-based shell would be better.