this post was submitted on 03 Jun 2025
459 points (98.1% liked)

memes

15288 readers
4708 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nef@slrpnk.net 22 points 3 days ago (1 children)

It can also include inline JS. HTML alone cannot be turing complete, but HTML+CSS is.

[–] Ziglin@lemmy.world 3 points 3 days ago (3 children)

CSS can be included as a style property without requiring the script/style tag though.

[–] filcuk@lemmy.zip 14 points 3 days ago

Those are still two different languages. HTML isn't an umbrella term for HTML+CSS in any form.

[–] fushuan@lemm.ee 5 points 3 days ago (1 children)

I can write a .ini code where a value of a key is a binary that the interpreter runs. Are ini files a programming language? Hell no, and neither is html.

Is R a compiled programming language because several of its built in functions run compiled C code? No.

[–] Ziglin@lemmy.world 1 points 2 days ago

The point in that case would be that while not intended it could be used as a programming language. The R example seems unrelated. Every language must run compiled code at one point or else the CPU wouldn't know what to do.

[–] nef@slrpnk.net 3 points 3 days ago (1 children)

Same goes for JS, for example the onclick attribute.

[–] Ziglin@lemmy.world 1 points 3 days ago

Very good point, I forgot that was an option.