I’d like to point out, the value add of Rust isn’t speed, it’s safety in a low-level language. C is also just as fast, it’s just that Rust guarantees safety in a wide class of potential catastrophic bugs with little to no runtime overhead, by using the design of the language and compiler.
Development paradigms spearheaded by MySQL and PHP, where it was discovered that you can be really fast if you don’t care about getting the right answer.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Are you saying dessalines is a hot femboy?
Let’s ask him @dessalines@lemmy.ml
FORTRANposting
Can confirm, that after learning rust, my friend automatically converted to femboy with an owner. (Saw their Twitter bio)
One of my friends came out as trans shortly after telling me they enjoyed Rust.
… I realized I’m trans shortly after starting to learn Rust. Are you telling me there’s a casual link?
Can comfirm I played the game rust and became the greatest racist there ever was 🏎🏎🏎🏎🏎
I am a simple man. I see Astolfo, I upvote.
Maybe I’m not Rusting enough.
Correct.
Source: am a crusty-asian
Rust: it will take 10 months to build the app you want, but it will run super fast.
Zig: it will take 10 days to build the app you want, but it will run super fast.
You get to pick one cult. Which one is it?
I’d like to point out, the value add of Rust isn’t speed, it’s safety in a low-level language. C is also just as fast, it’s just that Rust guarantees safety in a wide class of potential catastrophic bugs with little to no runtime overhead, by using the design of the language and compiler.
Rust: works
Zig: segmentation fault
Also no higher-order functions like map, filter, reduce etc.
Really weird design decision for a brand new language.
Comptime is pretty dope tho, I wish Rust had that instead of relying on macros so much.
So how is Zig different from C or C++, then?
Much nicer than C, much simpler than C++, much less cruft than both.
Zig isn’t even v1 and without any API stability guarantees.
It finished even faster when it crashes right?
Development paradigms spearheaded by MySQL and PHP, where it was discovered that you can be really fast if you don’t care about getting the right answer.
Never heard of zig before, thanks
Rust has cute crab
Zig has scary lizard
Idk I just wrote a simple cli tool in 2 hours in Rust. Complete with arg validation, actually helpful
--help
output, and parallelisation.I dunno man… having “no macros” as a selling point?