this post was submitted on 25 Jul 2023
1057 points (98.2% liked)

Programmer Humor

18970 readers
521 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 59 points 1 year ago (4 children)

Then there's Haskell that would remove (well, used to at some point) your source code file if you made any errors: https://gitlab.haskell.org/ghc/ghc/-/issues/163

[–] [email protected] 23 points 1 year ago

The world's angriest compiler.

[–] [email protected] 18 points 1 year ago (2 children)
[–] [email protected] 6 points 1 year ago

Reading their page gave me a good laugh. Didn't know about this before, and I'm glad to have learned about its existence

[–] [email protected] 2 points 1 year ago

Vigil deleted a function. Won't that cause the functions that call it to fail?

It would seem that those functions appear to be corrupted as well. Run Vigil again and it will take care of that for you. Several invocations may be required to fully excise all bugs from your code.

Yeah. this bit got me

[–] [email protected] 13 points 1 year ago

When the compiler is being more helpful than you realize.

[–] [email protected] 9 points 1 year ago

That's actually hilarious