Which will be the top 3 most "wanted" programming/scripting/markup languages in the 2022 StackOverflow developer survey?
See the options in the survey link here: https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/
Previous survey results: https://insights.stackoverflow.com/survey
This market resolves equally among the top 3 most "wanted" languages, as reported in the SO developer report, which has been typically released in July/August over the past couple years.
The survey is already open for 2022, as linked above.
Add your answer
Ben answered15 days ago
Typescript
25%

Undox bought M$415 days ago
@bcongdon Just because I am a big fan of Typescript. Not a perfect language because of the JS roots, but it has made JS programming so much more palitable, and also has some pretty nice type tricks you wont even find in C# or Java that were meant to be statically typed from the beginning! For example the & to join two existing types (intersection I think) and | to join them as a union. It kind of has the 'nice' bits of Haskell without all the really hard stuff.
Ben answered15 days ago
Javascript
22%
Ben answered15 days ago
Python
20%
Ben answered15 days ago
Rust
10%
Ben answered15 days ago
Go
6%
General Comments