this post was submitted on 15 Nov 2024
1 points (100.0% liked)

Programming

2 readers
2 users here now

A magazine created for the discussion of computer programming-related topics.

Rules

Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.

founded 1 year ago
MODERATORS
 

Poll: Which of these features of Rust is most appealing to you?

#rustlang #programming

you are viewing a single comment's thread
view the rest of the comments
[–] aligorith@mastodon.nz 1 points 1 day ago

@nixCraft@mastodon.social
Originally, what drew me most to Rust I guess were (in following order):

  1. Complex compiled language with momentum that was not C++ (back when I was still mostly a C/Python dev... now, it just looks like Haskell for Modern C++ devs)

  2. Claims of speed + memory safety (esp around multithread type stuff - a big one coming from several bad Python codebases that struggle with concurrency issues)

  3. Didn't have "cuddled else" / "caterpillar ifs" hard coded into the syntax (cough Go)