this post was submitted on 29 May 2025
655 points (95.0% liked)

Programmer Humor

23955 readers
1267 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 1 week ago (19 children)

Most of these are scripting languages. Some are even markup languages. It's like the meme creator didn't even know what a programming language was.
I hope someone got fired for that blunder

[–] [email protected] 15 points 1 week ago (12 children)

What's the difference between a scripting language and a programming language?

[–] [email protected] 1 points 1 week ago (1 children)

One is:

  • a scripting/interpreted language needs an interpreter to be installed on the target system in order to run
  • a programming/compiled language needs a compiler on the host machine and will run as-is standalone in the target machine

/me ducks for cover

[–] [email protected] 4 points 1 week ago

Still a language to make the computer do something. Thus, programming language. Scripts are programs.

load more comments (10 replies)
load more comments (16 replies)