this post was submitted on 07 Dec 2023
3 points (100.0% liked)

Asklemmy

42493 readers
1428 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 6 months ago (1 children)

Rust is a better C++ replacement than C. Something like Odin would fit the mold better than Rust ever will.

[โ€“] [email protected] 0 points 6 months ago (1 children)

Is it because c/odin is even lower level or what is the difference in your opinion if you don't mind explaining.

I try to make sense of the whole programming world but it is just so complex and most of what is written is pretty dry so i like to ask people.

[โ€“] [email protected] 1 points 6 months ago

Simplicity of design. Rust is built cleverly. It has lots of features and there are also tons of clever ways to solve a problem. Odin is quite simple and although not entirely minimalistic, it is written in a very clear way when approaching a problem. The borrow checker in rust in one thing I would call clever. It takes time to get used and although can be quite useful for safety it is too clever.