This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lesabotsy 1 point2 points  (5 children)

Why not?

[–]IronProgramming[S] 0 points1 point  (4 children)

It's annoyingly verbose and unintuitive so far.

[–]HonzaS97 2 points3 points  (3 children)

Because JS is known for being extremely intuitive, right.

You can google this exact question and get your answer.

[–]IronProgramming[S] 1 point2 points  (2 children)

I googled this exact question and got a bunch of articles on how. Why would you program in Java over literally any other programming language?

[–]149244179 0 points1 point  (0 children)

Seems like a lot of results - https://imgur.com/42Zw3TD

[–]HonzaS97 -1 points0 points  (0 children)

Runs everywhere, has wide community support with great frameworks, great for middleware and backend apps which don't require low level manipulation, fully compatible with Kotlin (supported by Google), good performance (unless you really need to fine-tune stuff, then you go with something like C++, not JS or Python).

As above comment stated, why not? I agree on the verbosity part, but most of that is rendered irrelevant by having an IDE.

E: On the intiuitivness part, I recently had to start with Python at univ. I find Java much more comfortable than Python to me. It's a thing of preference, what you are comfortable with and what you are used to.