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

founded 1 year ago
MODERATORS
233
Java Was The Future (files.catbox.moe)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 day ago

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.