Hello there, I was wondering what your favorite programmer language is? Mine personally right now is C++ but I am new to it.

(P.S subscribe to this community if you like programming!)

  • @StabbyFace
    link
    English
    21 year ago

    Python is probably the most used for science stuff, since it’s got an easier syntax, while still leveraging the performance of c through libraries.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      If you know what you’re doing it can be okfast. But in most of my use cases speed is not that relevant ( I am not losing clients because my website is taking a day to load). Plus the simplicity means that it is (I mean not mine but it could be) more legible and the method therefore more transparent.