this post was submitted on 22 Sep 2023
46 points (97.9% liked)

Rust

5938 readers
1 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bluGill@kbin.social 8 points 1 year ago (6 children)

Is there a language other than rust that is memory safe? I'm using C++ for good reason, and while rust does have some things I find intriguing, those who have experimented where I work have returned to modern c++ (I have not been able to figure out why). What other alternatives do I have that compile to fast code, have a wealth of libraries, and interoperate well with my existing C++?

[–] lolcatnip@reddthat.com 9 points 1 year ago (2 children)

You mean other than most of them? Gotta say this is the first time I've seen someone forget that garbage collection even exists.

[–] Walnut356@programming.dev 2 points 1 year ago

Seems you missed the last line

compiles to fast code

load more comments (1 replies)
load more comments (4 replies)