cross-posted from: https://lemmy.ml/post/34873574

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 year ago (1 child)

You could make that argument for interpreted languages, I guess. But still I would say there is a difference between those languages and HTML. HTML just describes the layout of a website and CSS describes how this layout should be presented exactly. What I consider a programming language (and output a "computer program") can do stuff like perform calculations, follow some control flow (e.g. conditions, loops, etc) and can handle user input/create output dynamically.

Anyway, I'm just here to argue against people making my ad blocker illegal 🥴

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 year ago (1 child)

    This is my *well akchually" moment of the day: CSS is technically turing complete and thus should be counted as a programming language

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago

    True, you can technically compute anything in CSS with enough hacks—but if your boss asks you to implement a sorting algorithm in CSS, it’s probably time to question their sanity. So I acknowledge the "well akchually", but still stand by my previous point😅

  • source
  • parent