this post was submitted on 07 Sep 2024
233 points (96.8% liked)
Programmer Humor
19564 readers
1305 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What I noticed right away was: It's the ugliest hello world ever. It's the slowest hello world ever. (For a long time it was also the record size hello world at something like 64MB, but that's later and on a compiler.) And it doesn't actually run on any platform except one: jre. And most binaries you find only run on one version of that one brand of jre.
Still, not the worst thing for writing web services in in late 90s. Doesn't matter how slow it starts or how much space it takes. Responding to requests, being familiar to new programmers and living in a sandbox was enough.