this post was submitted on 13 Dec 2024
316 points (97.3% liked)

Greentext

4604 readers
1610 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
316
Anon is a math prodigy (self.greentext)
submitted 1 week ago* (last edited 1 week ago) by bluelion to c/greentext
 

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 63 points 1 week ago* (last edited 1 week ago) (8 children)

What programming language returns a 500 error because it fails?

A 500 error code is a critical server failure, It isn't something that can happen because a piece of JavaScript failed.

[–] merc 17 points 1 week ago (1 children)

Any programming language that runs on the web server and doesn't gracefully handle its errors. There are many web servers implemented in Javascript, but it could also be Java, it could be Perl, it could even be C/C++ if someone is being masochistic.

[–] taladar 11 points 1 week ago

Couldn't be a compiled language, those wouldn't even get to the point where you send a request.

load more comments (6 replies)