991
what? (feddit.nl)
submitted 1 year ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 211 points 1 year ago

Easy to learn, hard to master, used for things it wasn’t created for.

Yep.

[-] [email protected] 143 points 1 year ago

used for things it wasn’t created for

I think Python gets a point here, as it is very good at doing what it was created for.
Javascript even sucks at its stated goal.

[-] [email protected] 94 points 1 year ago

You don't master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.

load more comments (1 replies)
[-] [email protected] 17 points 1 year ago* (last edited 1 year ago)

Gotta say, ive done magical things in Javascript. NodeJS in particular can do damn near anything you set your mind to, and it doesnt give a damn if you use tab or 4 spaces.

[-] [email protected] 7 points 1 year ago

For real, you really can do anything there, sometimes sacrificing efficiency, but still.

[-] [email protected] 11 points 1 year ago

what was the original goal of python?

[-] [email protected] 52 points 1 year ago

sssssssssssssss

[-] [email protected] 24 points 1 year ago

The goal for Python 3 was to be an all purpose language that the general population could use for their everyday computing tasks

[-] [email protected] 9 points 1 year ago

used for things it wasn’t created for.

so, like 90% of all programming languages

[-] [email protected] 6 points 1 year ago
[-] [email protected] 33 points 1 year ago

Looking nice and upsetting people.

[-] [email protected] 6 points 1 year ago

That tracks

[-] [email protected] 4 points 1 year ago

Can confirm

[-] [email protected] 3 points 1 year ago

But they're both programming languages...

[-] [email protected] 20 points 1 year ago

That’s the joke

It’s implying js isn’t a programming language because web stuff isn’t real programming

[-] [email protected] 3 points 1 year ago

Web stuff is like 99% of all programming across the world, but okay.

[-] [email protected] 14 points 1 year ago

Don’t get mad at me I’m just explaining it

[-] [email protected] 8 points 1 year ago

Not even close.

Most software out there is not consumer facing (there is a huge amount of custom stuff inside companies of all sizes) and even in the consumer space most software nowadays resides in ... smartphones.

Unless, of course, you count HTML (literally a Markup Language, so data formatting for display not code) as programming, in which case I'll leave you to enjoy your fantasy world.

[-] [email protected] 4 points 1 year ago

You kinda forget that for each front end you see theres at least 4 times more backend to support it.

Also there are ton of non fron facing software.

Anyway its not really a competition. No one will be offended if you are wrong or not.

[-] [email protected] 3 points 1 year ago

The back-end functionality is still web functionality. Just because a user doesn't see all the server stuff doesn't mean it's not necessary to support a website. There are billions of websites across the world, and they almost all use some combination of back-end, front-end, database, and server code.

[-] [email protected] 10 points 1 year ago

I think they meant javascript is to web dev as python is to software dev

[-] [email protected] 19 points 1 year ago

it's a 4chan post, they don't "think" they are lawless animals, deprived from any sense of rationality

[-] [email protected] 8 points 1 year ago

I think it's a 4chan post and thus intentionally dumb.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 106 points 1 year ago

Because JavaScript isn't a programming language, it's a compilation target 😅

[-] [email protected] 16 points 1 year ago

the SAD reality!

[-] [email protected] 53 points 1 year ago

This one triggers the entire spectrum of human emotion.

[-] [email protected] 47 points 1 year ago

Python is the connective tissue holding together library calls and some of our most advanced AI research is reliant on that. mildly concerning

[-] [email protected] 23 points 1 year ago

Many banking systems sync with one another with txt files so... Yeah...

[-] [email protected] 19 points 1 year ago

If you think that's bad, don't think about how many important communications in the world happen completely verbally.

[-] [email protected] 10 points 1 year ago

Pretty much all online service APIs (Google APIs, Facebook and so on) out there are text-based.

Granted, JSON formatted text, but still absolutelly human readable text.

The reason for that is because it's agnostic of the machine architectures (stuff like endianess) on both sides.

The really crazy stuff in banking are the old binary protocols (like EDF) from the time when bandwidth was way less than now (so, the early 90s and earlier).

[-] [email protected] 3 points 1 year ago
[-] [email protected] 9 points 1 year ago

(Nobody tell him about the Cobol batch jobs that still run overnight.)

[-] [email protected] 7 points 1 year ago

You don't want to know how bad it is. A good friend is a consultant/business analyst for some salesforce-based loan software. Shit's terrifying.

[-] [email protected] 4 points 1 year ago

SFDC itself is written in Java but uses Javascript-esque APEX for whitelabel development?

load more comments (1 replies)
[-] [email protected] 3 points 1 year ago

Many banking systems sync with one another with txt files.

[-] [email protected] 26 points 1 year ago

I had to do a project once with JavaScript. I did not enjoy the experience. In my opinion, a language where you need a reference to tell true from false is a bad language. So maybe JavaScript is the JavaScript of languages.

[-] [email protected] 16 points 1 year ago

Javascript is the javascript of JavaScript

[-] [email protected] 16 points 1 year ago

It's only JavaScript if it is from the ECMA region in Europe. Otherwise it's just sparkling java...

[-] [email protected] 4 points 1 year ago

I'm not a programmer but I took a class in JavaScript. Unless I'm misunderstanding what you mean by reference, I don't recall that feature of the language. Can you explain?

load more comments (1 replies)
[-] [email protected] 16 points 1 year ago
[-] [email protected] 17 points 1 year ago

That's not even good rage bait.

Rage bait would be for example if you said "they could fix everything that's wrong with PHP but Python already exists".

[-] [email protected] 12 points 1 year ago

Since JavaScript is newer than Python, sure JS is the Python of programming languages /s

[-] [email protected] 7 points 1 year ago
[-] [email protected] 6 points 1 year ago

Wait let's hear him out

load more comments
view more: next ›
this post was submitted on 03 Aug 2023
991 points (97.2% liked)

Programmer Humor

32024 readers
508 users here now

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

Rules:

founded 5 years ago
MODERATORS