DEV Community

Discussion on: Could you explain #likeimfive the meaning of these programming languages as humans?

Collapse
 
itr13 profile image
Mikael Klages

Or it could be implying that Java developers are zombies that just blindly use java for its garbage collector.

IIRC, when Java originally got popular, it was partially due to the garbage collector, and how it was harder to write code that might have really bad crashes.

The comic might be implying a lot of java developers keep using java for out-of-date reasons like that (possibly also that the language is dead? or that they're "dumb zombies"), despite there being other alternatives.

That said, people sticking too much to one language for bad reasons can be applied to pretty much any non-esoteric language.

Collapse
 
rossdrew profile image
Ross • Edited

Like OP said, the arrow is pointing at the zombie indicating that it IS the garbage collector.

It's because the garbage collector is (historically) unpredictable, slow and picks off objects that have fallen behind your object tree. Like a zombie.

Anyone claiming java or its user are zombies are always people who've jumped on some new language that hasn't died on its arse yet :P