this post was submitted on 02 Feb 2024
22 points (100.0% liked)

Programmer Humor

32400 readers
511 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago (1 children)

Forgot a semicolon? That's 200 errors

[–] [email protected] 0 points 9 months ago
[–] [email protected] 0 points 9 months ago (1 children)

C++ and C compilers are much more friendly now a days

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

can't wait to use templates and have the compiler spit out a 120 page autobiography

[–] [email protected] 0 points 9 months ago

And there's haskell compiler

[–] [email protected] 2 points 9 months ago (1 children)

C holding a gun: "if you segfault it's your own fault"

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

Assembly (Octopus swimming alone since birth): "compiler? what's a compiler"

[–] [email protected] 0 points 9 months ago

@stsquad
— Is my program about 1,000 lines complex?
— Yes, sure!
— Here you are my about 1,000 lines of 'printf("Hello, World\n");'.

[–] [email protected] 0 points 9 months ago (2 children)
[–] [email protected] 0 points 9 months ago (1 children)

Sql errors: there be a syntax error roughly over there I think. Or maybe it's a semantic error somewhere else I'm not entirely sure. Listen man all I can say is that this one comma there definitely has something to do with it probably, and the error is most certainly either to its left or to its right.

[–] [email protected] 0 points 9 months ago

JSON parsers are getting me recently. The error is somewhere on or after row 1, char 1. Maybe.

Possibly it's a BOM issue, or someone used double quotes typed on a Mac keyboard. Good luck.

[–] [email protected] 0 points 9 months ago

C++ compiler:

Error: missing ';' on line 69

Warning: two statements on same tabulation depth after if without curly brackets on line 123. Are you sure you want this?

load more comments
view more: next ›