this post was submitted on 02 Feb 2024
1027 points (98.3% liked)

Programmer Humor

32000 readers
620 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?

[–] [email protected] 6 points 7 months ago

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