this post was submitted on 15 Nov 2023
5 points (100.0% liked)
Programmer Humor
32373 readers
393 users here now
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.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 dunno man... having "no macros" as a selling point?
Rust: works
Zig: segmentation fault
So how is Zig different from C or C++, then?
Much nicer than C, much simpler than C++, much less cruft than both.
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.
Never heard of zig before, thanks
Zig isn't even v1 and without any API stability guarantees.
It finished even faster when it crashes right?
Idk I just wrote a simple cli tool in 2 hours in Rust. Complete with arg validation, actually helpful
--help
output, and parallelisation.