this post was submitted on 22 May 2025
1176 points (96.1% liked)

Programmer Humor

24241 readers
2320 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] 5 points 3 weeks ago (3 children)

What's the difference between an application and a program?

[–] [email protected] 6 points 3 weeks ago (1 children)

Historically, an app is something with very limited uses, and a program is more powerful.

Adobe PhotoShop is a program. Apple Photos is an app.

[–] [email protected] 4 points 3 weeks ago

I'd say it gets a little different with command line utilities


maybe "utility" is the appropriate term here, but I'd call something like grep a program, not an application (again


"utility" also works).

To be sure, grep is extremely powerful, but its scope is limited.

[–] [email protected] 4 points 3 weeks ago

The original Macintosh had an Applications folder. App is what I use to cut through tech speak for people at work because the shortcut is less daunting. They have apps on their phone. They must not be scary like Programs and Applications.

[–] [email protected] 2 points 3 weeks ago

I don't think there's a clear definition of either. I'd say if it has no UI, it's a program. And if it has a UI, I don't know if it's a program or an app.