this post was submitted on 19 Oct 2023
1714 points (98.8% liked)

Programmer Humor

32588 readers
1009 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 1 year ago* (last edited 1 year ago) (32 children)

The phrase "SQL programmers" is so fucking weird. SQL isn't a programming language. It's a query language. You don't "program" things with SQL. You utilize SQL as a component of programs for data insertion and lookup, but the actual logic of execution is done in a programming language. Unless you're doing Oracle PL/SQL, in which case why are you giving money to Oracle?

Edit: Damn, this comment made people mad.

[–] Gentoo1337 30 points 1 year ago (1 children)

I'm a markdown programmer and i disagree with this statement

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

LaTeX being called "programming" I can see, but I've never heard someone try to justify Markdown as programming. It's just formalizing things people were already doing to format text in plain text files into approximately half of a standard.

load more comments (30 replies)