2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

プログラム言語ランキング

Posted at

#はじめに
プログラム言語数多くあります。
プロジェクトの言語選択、新しい言語勉強などランキングを見て、プロジェクトに応じて、自分が興味ある言語を選択したほうがよいかもしれません。

ランキングはいくつかありますが、定期的に最新情報を確認し、動向を把握しましょう
各ランキングの指標は違いますので、一番よいとか判断しにくいです。参考情報として利用すればよいかと思います。

  • PYPL PopularitY of Programming Language
  • Stack Overflow
  • IEEE Spectrum
  • TIOBE Index

#PYPL PopularitY of Programming Language
The PYPL PopularitY of Programming Language Index is created by analyzing how often language tutorials are searched on Google.

image.png

URL: http://pypl.github.io/PYPL.html

#Stack Overflow
##Most Popular Technologies
image.png

URL: https://insights.stackoverflow.com/survey/2019#technology

##Most Loved, Dreaded, and Wanted Languages
image.png

#IEEE Spectrum
image.png

URL: https://spectrum.ieee.org/static/interactive-the-top-programming-languages-2019

#TIOBE Index
計算用の集計データはGoogle, Bing, Yahoo!, Wikipedia, Amazon, YouTube, Baidu からのものです。

image.png

#まとめ
上記のランキングをみると、JAVA、C、Python、JavaScriptはTOP4のようなイメージです。
これらを確実把握したらプロジェクトに使う機会は多いと思います。

更にランキングのトレンドをみて、変化の激しい言語に注意しましょう。
上昇:勉強する必要があるかもしれません。
低下:新しい言語として勉強したい場合は再検討

以上

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?