this post was submitted on 29 May 2025
625 points (95.1% liked)

Programmer Humor

23800 readers
2372 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
[โ€“] 0x0@lemmy.zip 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

[โ€“] valen@beehaw.org 4 points 1 week ago

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