是否有可用的编程语言列表?
有人有表格(sql)或CSV形式的编程语言列表吗?
我目前正在编写一个国际象棋软件,它应该允许程序员编写自己的国际象棋软件并与其他国际象棋软件/玩家进行国际象棋游戏。他们应该能够提供有关其软件的信息,例如他们使用的编程语言。我想对最常用的编程语言进行一些统计,因此我不能允许他们将使用的语言编写为纯文本,因为拼写可能不同(例如 C++、c++、CPP)。
编辑:我想要一个结构化列表,可以在其中轻松提取编程语言的名称。当然,我可以手动输入维基百科列表或编写正则表达式来执行此操作。但我认为这可能像时区列表一样可用。
Does anybody have a list of programming languages as a table (sql) or as CSV?
I'm currently writing a chess software which should allow programmers to write their own chess software and play chess games against other chess software / players. They should have the possibility to provide information about their software, such as the programming language they used. I would like to make some statistics of the most used programming languages, so I can't allow them to write the used languages as plain text as the spellings might be different (e.g. C++, c++, CPP).
edit: I want a structured list where I can easily extract the Name of the programming language. Of course, I can manually type the wikipedia-list or write a RegEx to do so. But I thought this might be available like the list of timezones.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,已有三个人给了您维基百科的链接。然而,这是连维基百科都无法跟上的。
如果可以的话,保留自己的清单可能会更好。将其提供给用户进行选择,但允许他们选择添加列表中未包含的语言。这样你就不会用数百种深奥的未使用的语言弄乱你的语言列表(从现在起 6 个月后仍然不完整)。
Three people so far have given you wikipedia's link. However, this is something not even wikipedia can adequately keep up with.
If you can, it might be better to just keep your own list. Provide it to the users to pick from, but allow them the option to add in a language that isn't on the list already. That way you don't clutter up your list of languages with hundreds of esoteric unused languages (that will still be incomplete 6 months from now).