DEV Community

Discussion on: What programming language should I learn next?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

It really depends on what exactly I’m working on. I much prefer Python for small one-off stuff, or prototyping, or even automation and system management stuff (I actually use Python for this as much if not more than POSIX sh). Whenever I’m doing something where performance or concurrency really matter though, I tend much more strongly towards Elixir.