First learn C, then learn C++, then learn Java. In that order, each will make you appreciate what the previous one lacks. From there, you should pretty much be able to learn anything.
Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse
padge@lemmy.zip 6 days agoThe argument I agree with is that Python is the best language to learn if it’s your only language, and Java is the best first language if you’re going to learn others. The syntax from Java is shared across so many other languages and it forces you to learn about things like objects and types. You could make an argument for C or C++ but Java’s handholding is more beginner friendly imo
jaybone@lemmy.zip 5 days ago
HandMadeArtisanRobot@lemmy.world 5 days ago
Help. I’ve been stuck learning c++ for almost 10 years. :(
jenesaisquoi@feddit.org 5 days ago
You can’t learn C++. Some parts of it maybe.
taladar@sh.itjust.works 5 days ago
Python isn’t really strict enough to be a good learning language and Java has too much accidental complexity that literally matters in no other language.