this post was submitted on 26 Jan 2023
1 points (100.0% liked)

General Programming Discussion

7810 readers
8 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

Sourcehut has No JavaScript as one of it's selling points, so i was wondering why it would be better that way?

you are viewing a single comment's thread
view the rest of the comments
[–] rysiek@szmer.info 1 points 2 years ago (1 children)

Sure, I think we basically agree.

There are things that are impossible without JS, and there are things that are possible without it but JS is still the better choice for implementing them — as long as it's not the bloated mess, pulling random libraries from a dozen third party services, that we know and "love" from a lot of websites. And as long as there is graceful degradation built-in.

[–] Aarkon@feddit.de 1 points 2 years ago

Absolutely. 🙂