this post was submitted on 03 Jun 2025
469 points (98.2% liked)
memes
15286 readers
4882 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't even know why it wouldn't/shouldn't be considered a programming language. It's a language, and it's used to code instructions for something... What more does it need?
Do you program a document in Word?
What about Excel? First reply I got said it has to make programs, right? I can make a Tetris clone in Excel. ๐คฃ
Well, you can't make Tetris in HTML without including some other language that has loops and variables.
I'm also not sure if you can do it in Excel without using VBA, which is a programming language. Excel doesn't do circular logic in the document sheets.
Anyway the issue or joke is the lack of definition of "programming".
HTML is a text encoding system. It's not that different form something like the Morse code. It's only instructions for how to decipher a series of codes. It takes input and presents it as an output, starting from the beginning and working its way to the end.
In my very unofficial opinion, a "program" is something that is able to "run" by itself, so that the code itself has instructions for which part of the code to run.
If you decipher a morse code, it doesn't suddenly have instructions that force you to go backwards in the code and decipher from there or to jump to different sections. The text output might tell you to do so, but if you follow the text, then you're doing something else than deciphering morse code.
HTML works the same. It start from the top and interprets its way down. It can have some conditional statements, but nothing that will make it go backwards and rerun the same instructions again.
The interpretation is of course more advanced than Morse code and it can call other languages to do stuff, so HTML is basically a document describing a job procedure in that way. The individual jobs can be reoccurring tasks, but the document itself isn't.
So in my opinion it's not "running" anything. It's just a document being printed on screen.
I'll admit that "one-shot" programs are a thing, and documents with variables do exist, so it's not clear cut. A programming language should be capable of those things though, and HTML isn't one on its own.
Excel formulas have become Turing complete with the LAMBDA addition.
Good to know.
It seems kind of half assed though.
I've only used it briefly to access the filesystem. Having to paste code into the reference field in the name manager is a special kind of masochistic practice.
It's a huge pain, especially considering selection shortcuts are overwritten.
I dont work with Excel anymore, but there are python scripts on github to help with lamba management via export/import.