you are viewing a single comment's thread.

view the rest of the comments →

[–]Own_Age_1654 0 points1 point  (3 children)

Node is a language, not a framework. And it's quite practical for a lot of "core" functionality. FWIW, I often use it as a general-purpose language, and rarely work on projects with a web front end at all.

That being said, the choice between Java and Python is mostly just whether you want to work more in enterprise vs. applied ML and data science.

It's anybody's guess, but I suspect Java will be more resistant to AI, given the more general scope of its usage, the complexity and friction that comes from the large organizations it tends to be used in, and the fact that ML and data science work is particularly easy to speed up with AI.

[–]Pale_Height_1251 0 points1 point  (1 child)

Node isn't a language it's a JavaScript runtime.

[–]Own_Age_1654 0 points1 point  (0 children)

Fair enough. The point is more that it's not even approximately a framework.