this post was submitted on 21 Jan 2024
786 points (93.4% liked)

Programmer Humor

32494 readers
838 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

real, use rust and zig

every time i run into an issue with rust and i'm like "ah man it's so annoying the language doesn't have this feature" i go write the same thing in c++ or kotlin or something, and then i realize why i hardly touch anything other than rust or f#...

the lack of (generic) variadics, overloading, proper specialization, etc. in rust gets really annoying sometimes but it's an issue solvable with macros and/or weird trait manipulation (feels hacky but it's whatever).

[–] [email protected] 2 points 10 months ago (1 children)

For great justice, you must

use rust and zig

[–] [email protected] 2 points 10 months ago

All your codebase are belong to us.