Comment Re: Python (Score 2) 140
Nope I chose Python because it has libraries and it's fast to get things done. I like the syntax a lot. The combination of executable pseudocode and the right blend of LISP's finer points (list processing) makes it very expressive and powerful for me. That's why I chose it. The batteries included standard library is a huge advantage too. I briefly worked on a couple of projects (not my own) in flutter/dart and also rust and the need to dip into third party libraries was a bit of a turn off frankly. You can't just download a rust program and expect to compile it without downloading dozens of third party dependencies. There's something about requiring an Internet connection to compile a program that is a bit unsettling.
I shouldn't need to state my qualifications but this is slashdot so I must. I've programmed in a bunch of different languages for 44 years. Probably used C++ the most.