this post was submitted on 18 Jul 2023
743 points (93.2% liked)

Programmer Humor

32479 readers
239 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Pfnic@feddit.ch 15 points 1 year ago (2 children)

I get why JavaScript can be terrible but at least there's TypeScript. I'd argue Python suffers from the same problems but hasn't got anything comparable to TS for keeping types in check and can't autoformat well because whitespace is syntactically meaningful. In that way I think Python is worse to write maintainable code with.

[–] GiM@feddit.de 3 points 1 year ago* (last edited 1 year ago) (1 children)
[–] Pfnic@feddit.ch 2 points 1 year ago (1 children)

A quick search showed me that's mainly for AI, or can it be used for general scripting too?

[–] kboy101222@lemm.ee 2 points 1 year ago

I've made an entire website for a project off python. It's a general purpose programming language

[–] TheCee@programming.dev 2 points 1 year ago

This. And additionally, JavaScript perhaps has one unlikely advantage: Churn for the sake of following trends.