this post was submitted on 02 Feb 2024
1025 points (98.5% liked)

Programmer Humor

32042 readers
1012 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] 7 points 7 months ago (2 children)

Didn’t it only recently get generics? How was stuff even done before then?

[–] AeonFelis 6 points 7 months ago

interface {} - which is the equivalent of C/C++' void *.