this post was submitted on 24 Aug 2024
42 points (97.7% liked)

Programming

16977 readers
156 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Direct link to the table, for those who block off-site scripts:

https://flo.uri.sh/visualisation/19114866/embed?auto=1

Some of the labels don't seem to show up unless you zoom out.

you are viewing a single comment's thread
view the rest of the comments
[–] Mihies@programming.dev 8 points 2 weeks ago (4 children)

I always wondered how is HTML a language... Also I see missing labels in legend.

[–] remotelove@lemmy.ca 7 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

It's a markup language(ish) but it's not a programming language. XML would be closer to programming, IMHO, since you could have simple things like recursion. That example is even pushing what I would consider "programming", but anyone can feel free to disagree.

SQL is in the same category for me. It's a query language and can get super complex, perform some basic logic, but you can't exactly write "snake" in it. Sure, you could use cmdshell or something else to do something more complex, but that would no longer be SQL.

My simplistic expectation of an actual programming language would be that you can automate an entire platform at the OS level (or lower) instead of automating functions contained within a service or application. (JVMs and other languages that are "containerized" are weird outliers, by my definition.)

I am not trying to step on anyone's toes here. I just never have really thought about what I personally consider a programming language to be.

[–] Mihies@programming.dev 3 points 2 weeks ago

What can I say, I agree with you. This mixing of markup, query and general programming languages is not exactly a good comparison

load more comments (2 replies)
load more comments (2 replies)