What are all the computer languages that exist, and how many people use them?
存在的所有计算机语言是什么,以及有多少人使用它们?
Oh, and the VAX BASIC I used in the late 1980's was NOT the same as the BASIC on MS-DOS. Fortran IV and Fortran 77 were also significantly different. Hmmm... but if different versions are that much different, then perhaps it should be limited to current languages. It might be interesting if to know more than 15 people ever used System-J, or if anyone did any serious programming in VAX-DCL, but it's of more value to know more about languages I might actually encounter.
哦,我在1980年代后期使用的VAX BASIC与MS-DOS上的BASIC不同。 Fortran IV和Fortran 77也有很大不同。嗯......但如果不同的版本差异很大,那么也许它应该仅限于当前的语言。如果知道有超过15个人使用过System-J,或者有人在VAX-DCL中做过任何严肃的编程,那么可能会很有趣,但了解更多我可能会遇到的语言会更有价值。
5 个解决方案
#1
Take a look at this list: http://en.wikipedia.org/wiki/Timeline_of_programming_languages
看一下这个列表:http://en.wikipedia.org/wiki/Timeline_of_programming_languages
#2
I am not exactly sure what you're looking for, but you may find these interesting:
我不确定你在寻找什么,但你可能会发现这些有趣:
- TIOBE Programming Community Index for May 2009
- ohloh.net language comparison
- Most Popular Programming Languages
- Programming Language Popularity
- Sourceforge Programming Language Usage Graph (2000-2006)
2009年5月的TIOBE编程社区索引
ohloh.net语言比较
最流行的编程语言
编程语言流行度
Sourceforge编程语言使用图(2000-2006)
#3
I find when comparing two languages popularity using google trends is very interesting. It lets you see what kind of trends over time have show on google key words and plot multiple keywords. With some interesting results like...
我发现在使用谷歌趋势比较两种语言时,人气非常有趣。它可以让您了解谷歌关键词随时间推移的趋势,并绘制多个关键词。有一些有趣的结果,如......
- Sqeak Vs. Smalltalk (It appears smalltalk was in the lead but got passed up in 2004)
- Cobol Vs. Fortran - Both are trending down pretty fast...
- Python Vs. Perl - Search two different ways using programming or script as a keyword along with python or perl to prevent false positives for the word python not related to the language.
- Autoit Vs. AutoHotKey - Interestingly both trending up slowly.
Sqeak Vs. Smalltalk(似乎smalltalk领先,但在2004年被淘汰)
Cobol与Fortran - 两者都在快速下降...
Python Vs. Perl - 使用编程或脚本作为关键字以及python或perl搜索两种不同的方式,以防止与该语言无关的单词python的误报。
自动与AutoHotKey - 有趣的是两者都在缓慢上升。
If you come up with some good ones please post a comment with them. I used google trends to accurately predict the last two presidential elections so its likely to be a pretty good metric of actual attention given (if keywords are not ambiguous).
如果你想出一些好的,请发表评论。我使用谷歌趋势来准确预测最后两次总统选举,因此它可能是一个非常好的实际关注指标(如果关键词不含糊不清)。
#4
According to me there are three types of computer languages. They are Machine level language, low level language and High level language
据我所知,有三种类型的计算机语言。它们是机器级语言,低级语言和高级语言
#5
Currently,I am working Swift programming language. As per my understanding, In any computer language, there are some stuff is common. For example, declare variables, implement If..then condition. For basic concept you can get idea about it from this.
目前,我正在使用Swift编程语言。根据我的理解,在任何计算机语言中,都有一些常见的东西。例如,声明变量,实现If..then条件。对于基本概念,您可以从中了解它。
#1
Take a look at this list: http://en.wikipedia.org/wiki/Timeline_of_programming_languages
看一下这个列表:http://en.wikipedia.org/wiki/Timeline_of_programming_languages
#2
I am not exactly sure what you're looking for, but you may find these interesting:
我不确定你在寻找什么,但你可能会发现这些有趣:
- TIOBE Programming Community Index for May 2009
- ohloh.net language comparison
- Most Popular Programming Languages
- Programming Language Popularity
- Sourceforge Programming Language Usage Graph (2000-2006)
2009年5月的TIOBE编程社区索引
ohloh.net语言比较
最流行的编程语言
编程语言流行度
Sourceforge编程语言使用图(2000-2006)
#3
I find when comparing two languages popularity using google trends is very interesting. It lets you see what kind of trends over time have show on google key words and plot multiple keywords. With some interesting results like...
我发现在使用谷歌趋势比较两种语言时,人气非常有趣。它可以让您了解谷歌关键词随时间推移的趋势,并绘制多个关键词。有一些有趣的结果,如......
- Sqeak Vs. Smalltalk (It appears smalltalk was in the lead but got passed up in 2004)
- Cobol Vs. Fortran - Both are trending down pretty fast...
- Python Vs. Perl - Search two different ways using programming or script as a keyword along with python or perl to prevent false positives for the word python not related to the language.
- Autoit Vs. AutoHotKey - Interestingly both trending up slowly.
Sqeak Vs. Smalltalk(似乎smalltalk领先,但在2004年被淘汰)
Cobol与Fortran - 两者都在快速下降...
Python Vs. Perl - 使用编程或脚本作为关键字以及python或perl搜索两种不同的方式,以防止与该语言无关的单词python的误报。
自动与AutoHotKey - 有趣的是两者都在缓慢上升。
If you come up with some good ones please post a comment with them. I used google trends to accurately predict the last two presidential elections so its likely to be a pretty good metric of actual attention given (if keywords are not ambiguous).
如果你想出一些好的,请发表评论。我使用谷歌趋势来准确预测最后两次总统选举,因此它可能是一个非常好的实际关注指标(如果关键词不含糊不清)。
#4
According to me there are three types of computer languages. They are Machine level language, low level language and High level language
据我所知,有三种类型的计算机语言。它们是机器级语言,低级语言和高级语言
#5
Currently,I am working Swift programming language. As per my understanding, In any computer language, there are some stuff is common. For example, declare variables, implement If..then condition. For basic concept you can get idea about it from this.
目前,我正在使用Swift编程语言。根据我的理解,在任何计算机语言中,都有一些常见的东西。例如,声明变量,实现If..then条件。对于基本概念,您可以从中了解它。