this post was submitted on 09 Sep 2026
117 points (85.0% liked)

Programmer Humor

33153 readers
662 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Johanno@feddit.org 1 points 8 hours ago (1 children)

Iffind rust interesting but I don't use it enough to know anything deep about it.

All I know is that I am not made for c++.

Hell I can't keep track of pointers and scopes. And who the hell made templates?

[โ€“] ZILtoid1991@lemmy.world 0 points 8 hours ago

Templates outside of D are a mess, and the reason why metaprogramming has a bad name. Templates inside D are easy to use, and its attempt at it is something more language should copy.