• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle













  • Yeah but a “good language” isn’t some obscure, “better on the paper” language or some popular one, but one that has a large community, and not only in amateur circles.

    That’s why C/C++ is so hated but also so much used. Python is way easier but has the userbase and the libraries. If you don’t need the speed, or memory management, you can do about anything with python.

    Maybe Rust will take the place one day, or typescript, or kotlin, or JavaScript, or “insert new killer language” …

    Python is used by the research community, and by a whole slew of companies since a long time. You have a problem? You’ll find the solution quickly.

    Dealing with large projects? Go with C/C++ then ;-) I mean it’s all about architecture.