arachide
arachide

Reputation: 8076

swift for windows platform and linux platform development

As I known Cocotron GNUStep are the objectivec sdk for windows and linux. Just wonder if apple's new language Swift can work with Cocotron GNUStep on windows and linux.

Your comment welcome

Upvotes: 1

Views: 1936

Answers (2)

Pierz
Pierz

Reputation: 8168

Apple open-sourced Swift earlier this year and has recently announced a Linux port (64-bit only). However it says that one needs to build an app using Xcode on OSX if you want to submit it to the App Store.

Upvotes: 1

Stefan Arentz
Stefan Arentz

Reputation: 34935

No. Currently Apple distributes Swift as part of Xcode6 betas, which only work on OS X. There are hints that Swift will be open sourced when it is finished, at which point it is up to the community to port it to different platforms. No doubt that will happen.

Upvotes: 1

Related Questions