this post was submitted on 31 May 2025
357 points (96.1% liked)

Technology

70847 readers
3351 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] padge@lemmy.zip 12 points 5 days ago (2 children)

The 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

[–] taladar@sh.itjust.works 9 points 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.

[–] jaybone@lemmy.zip 3 points 5 days ago (2 children)

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.

Help. I've been stuck learning c++ for almost 10 years. :(

[–] jenesaisquoi@feddit.org 2 points 5 days ago

You can't learn C++. Some parts of it maybe.