this post was submitted on 26 Jul 2024
280 points (95.5% liked)
Programmer Humor
32360 readers
857 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I feel like programming language produces programs, and makeup languages formatted documents.
I wouldn't consider a formatted document to be a program, so I don't consider a markup language to be a programming language.
Doesn't make it less valuable, though
ACKSHUALLY ... markup languages do not produce a formatted document. They define semantic elements of the document. The formatting is done by the compiler (whatever it is in the individual context) based on styles defined by a styling language.
That's true! Although many people use makeup to do styling using the default styles... Which is... Not great.
But regardless I think my point still holds, it's not providing instructions for a machine, it's the data the instructions act on. But the difference between data and instructions is a blurry one