Ask HN: Most employable programming languages for 2022 and beyond?
1–10 of 59 posts
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#2Re: Ask HN: Most employable programming languages for 2022 and beyond?
#3Re: Ask HN: Most employable programming languages for 2022 and beyond?
#4Re: Ask HN: Most employable programming languages for 2022 and beyond?
#5I am currently digging into Nim. It feels like Python, does some things better, and not very many things worse. It is strongly typed, has method overloading and Macros. Creating objects is much more enjoyable than in Python. foo(a, b) can be written as a.foo(b), and foo(x) can be written as x.foo. The docs are very good.
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#6I am currently digging into Nim. It feels like Python, does some things better, and not very many things worse. It is strongly typed, has method overloading and Macros. Creating objects is much more enjoyable than in Python. foo(a, b) can be written as a.foo(b), and foo(x) can be written as x.foo. The docs are very good.
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#7Python for job orchestration (Airflow) and data science (numpy, scipy, etc) , Java 16+ for the general enterprise, product development, Julia for HPC. C for embedded, C++ for games, highly intensive systems.
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#8I am currently digging into Nim. It feels like Python, does some things better, and not very many things worse. It is strongly typed, has method overloading and Macros. Creating objects is much more enjoyable than in Python. foo(a, b) can be written as a.foo(b), and foo(x) can be written as x.foo. The docs are very good.
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#9Python for job orchestration (Airflow) and data science (numpy, scipy, etc) , Java 16+ for the general enterprise, product development, Julia for HPC. C for embedded, C++ for games, highly intensive systems.
Re: Ask HN: Most employable programming languages for 2022 and beyond?
#10I am currently digging into Nim. It feels like Python, does some things better, and not very many things worse. It is strongly typed, has method overloading and Macros. Creating objects is much more enjoyable than in Python. foo(a, b) can be written as a.foo(b), and foo(x) can be written as x.foo. The docs are very good.
Agreed. Looked into Nim a while ago. Docs are really good. Is it good for jobs?
Not yet, I guess. It is too new.