gcc/Linux 上的 FoundationKit
我正在尝试在 Linux (Ubuntu 10.04) 上测试 Objective-C,主要是为了决定是否值得购买 Mac 和 XCode。在我认真考虑使用一种语言进行编程之前,我必须先喜欢它(当我必须为此付出很多代价时更是如此),
我正在使用 gcc(带有 gobjc++)。但这当然不包括 Foundation Kit 和 Cocoa API 的其余部分(不要过度关心这一点)。
除了 GNUStep,我在 Linux 或 Windows 中进行 Obj-C 编程的最佳方法是什么?我想至少在 FoundationKit 中上一堂课。
I am trying to test Objective-C on Linux (Ubuntu 10.04), mainly to decide if it's worth it to get a Mac and XCode. I have to like a language before I seriously consider programming in it (even more so when I have to pay a lot for it)
I am using gcc (with gobjc++). But this of course does not include the Foundation Kit and the rest of the Cocoa API (not overly concerned about this one).
Short of GNUStep, what is the best way for me to get into Obj-C programming in Linux or Windows? I want to get at least class in the FoundationKit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有两个选择:
这些是我所知道的唯一免费提供的 Foundation 实现。
老实说,该语言在 Apple 生态系统之外几乎从未使用过,因此您不会在这里获得一流的体验。并不是要打击这些组织的努力,但如果您正在寻找与 OS X 上的功能相媲美的东西,它就是不存在。
You have two options:
Those are the only freely available implementations of Foundation that I'm aware of.
Honestly, the language is hardly ever used outside of the Apple ecosystem, so you're not going to get a first-class experience here. Not knocking those groups' efforts, but if you're looking for something comparable to what you get on OS X, it just isn't there.