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.
They do share a significant commonality, though; they are both interpreted languages, rather than compiled. Sure, you can compile them, but they are meant to be run interpreted so you can quickly and easily tweak and change things and not have to wait for compilation to see the results. In that regard they are very comparable.
Easy to learn, hard to master, used for things it wasn’t created for.
Yep.
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.
You don’t master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
Typescript helps a bit but not much
Is there a typescript analogue for python? Preferably that adds curly braces?
Type Annotations and other typing-related stuff are built into the language/standard library.
To get a real benefit you should use a static type checker like mypy.
Just be a decent human being and use type hints in python, problem solved.
from __future__ import braces
Give it a go
Go.
Oh, is that what the Go is all about?
I agree.
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.
For real, you really can do anything there, sometimes sacrificing efficiency, but still.
so, like 90% of all programming languages
what was the original goal of python?
sssssssssssssss
The goal for Python 3 was to be an all purpose language that the general population could use for their everyday computing tasks
What was it created for?
Looking nice and upsetting people.
That tracks
Can confirm
But they’re both programming languages…
I think they meant javascript is to web dev as python is to software dev
it’s a 4chan post, they don’t “think” they are lawless animals, deprived from any sense of rationality
I think it’s a 4chan post and thus intentionally dumb.
I read it as them both being loose-typed interpreted and widelly used languages.
They do share a significant commonality, though; they are both interpreted languages, rather than compiled. Sure, you can compile them, but they are meant to be run interpreted so you can quickly and easily tweak and change things and not have to wait for compilation to see the results. In that regard they are very comparable.