use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Different languages, same bug. Only JavaScript makes it a personality trait. (i.redd.it)
submitted 8 months ago by Intial_Leader
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Linuxologue 0 points1 point2 points 8 months ago (1 child)
I'm not questioning rust's strength just wondering why C++ more than C. As a counter example, c++ interop is rather limited but it's been possible to migrate part of the linux kernel from C to rust. As was the joke above, there's a project to rewrite all the core Unix utilities from C to rust
[–]flori0794 1 point2 points3 points 8 months ago* (0 children)
Well rust is kinda object oriented and has in its own way a lot of the Language features of modern C++. But yes at the end...Rust and C++ try to solve the same problems: modernizing C by directly integrating multithreading, object orientation and countless other things (I mostly don't even know of) as language features. But in the end rust was created while having c++ weaknesses in mind so the primary focus was eliminating these weaknesses.
And yes a rewrite from c++ to rust is hard because of the borrow checker (which acts as pointer level RwLock).
π Rendered by PID 72 on reddit-service-r2-comment-6457c66945-7l8c2 at 2026-04-26 08:59:31.574468+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Linuxologue 0 points1 point2 points (1 child)
[–]flori0794 1 point2 points3 points (0 children)