Xcode 6 支持哪些语言?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26686132/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What languages does Xcode 6 Support?
提问by Henry F
I love Xcode as an IDE. I would like to expand my programming knowledge to include multiple languages, and would like to know which languages are supported in Xcode 6. Obviously Swift, Objective-C, C and C++ can be ran in Xcode. But is there a list of all the languages that you can use with Xcode?
我喜欢 Xcode 作为 IDE。我想扩展我的编程知识以包含多种语言,并想知道 Xcode 6 支持哪些语言。显然 Swift、Objective-C、C 和 C++ 可以在 Xcode 中运行。但是是否有一个可以在 Xcode 中使用的所有语言的列表?
I've been researching like crazy and am very surprised to see that this question hasn't been asked a billion times yet. There are a lot of code specific, "Can I write Perl in Xcode" type of questions, but I have yet to find a list of all the languages I can write using Xcode as my IDE.
我一直在疯狂地研究,并且很惊讶地发现这个问题还没有被问过十亿次。有很多特定于代码的问题,“我可以在 Xcode 中编写 Perl”类型的问题,但我还没有找到我可以使用 Xcode 作为我的 IDE 编写的所有语言的列表。
回答by Michael Dautermann
According to the Wikipedia page
Xcode supports C, C++, Objective-C, Objective-C++, Java, AppleScript, Python, Ruby, Rez, and Swift source code with a variety of programming models, including but not limited to Cocoa, Carbon, and Java. Third parties have added support for GNU Pascal, Free Pascal, Ada, C#, Perl, and D.
Xcode 支持 C、C++、Objective-C、Objective-C++、Java、AppleScript、Python、Ruby、Rez 和 Swift 源代码以及各种编程模型,包括但不限于 Cocoa、Carbon 和 Java。第三方添加了对 GNU Pascal、Free Pascal、Ada、C#、Perl 和 D 的支持。