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!)
Forth is a beautiful language and mindset.
C#
Super rich feature set and convenience syntax and functions, great docs, established big ecosystem (libs etc).
I am getting pretty good at Python now. Still think it is amazing as a scientist. Pumped to learn other languages.
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.
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.