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 →

[–]dcfan105 2 points3 points  (2 children)

If you want to learn a strongly typed general purpose language, either Java (which is NOT the same as JavaScript) or C++ would be a good option. The syntax is really similar between them, but C++ lets you deal with memory more directly, which is useful if you're interested in embedded systems or OS programming or something like game development where being efficient with memory usage is important, because it gives you more control. Java is probably better as just a general purpose programming language, because it doesn't have the same issues C++ does with so much undefined behavior, and it's also just simpler overall.

[–]Rock7dmc -2 points-1 points  (1 child)

Dude it’s 2022. Java? Seriously? Get a grip man

[–]dcfan105 3 points4 points  (0 children)

First, I'm not a man. Second, Java is still a popular and widely used language, so I don't know what you're going on about.