Ask HN: What programming language do I use?
I am starting back into programming after two years of hiatus. Previous experience(basic) in C includes pointers, file handling.
To start off again, what language do I code in? C, C++, python, Java, others?
6 comments
[ 3.1 ms ] story [ 19.6 ms ] threadC, C++, Java and PHP are popular (according to the Tiobe index). The last 3 can teach you some OOP if you're not already familiar with it.
If you're interested in functional programming, you can learn some stuff from Lisp, F#, OCaml, Haskell