Is it worth learning Swift? (eg. on Linux)
Swift is Open Source
291–300 of 458 posts
Re: Swift is Open Source
#292Earlier quoted context omitted.
In all seriousness, I'm not sure they could switch it to GPLv3. I think that Apple's firmware signing might run afoul of the anti-tivoization clause and prevent them from shipping Swift on Macs. IANAL
Apple seems to think so, which is why all their GNU tools are frozen at their GPLv2 versions.
Re: Swift is Open Source
#293Re: Swift is Open Source
#294Happy to see that my collection of Swift compiler crashes (see https://github.com/practicalswift/swift-compiler-crashes ) has been part of the official Swift repo since September 2014: https://github.com/apple/swift/commit/e5ca8be1a090335d401cd1... :-) A previous HN thread about the swift-compiler-crashes project: https://news.ycombinator.com/item?id=9020206
Re: Swift is Open Source
#295It looks like Apple is also releasing an official package manager for swift.[1] I wonder how that will effect Cocoapods. [1] https://swift.org/package-manager
Re: Swift is Open Source
#296Re: Swift is Open Source
#297Re: Swift is Open Source
#298Re: Swift is Open Source
#299With open-sourcing C# and Swift, the era of major closed source programming languages is now officially over.
Proprietary languages, even ones backed by a behemoth like Microsoft or Apple, could never really dominate the most important platform when facing off against open competitors (even open competitors with no real money or power to speak of).
Re: Swift is Open Source
#300Would anyone use Swift if it wasn't necessary for iOS?
It isn't necessary for iOS. It's still possible to write every part of an app in only Objective-C, as there are no Swift-only APIs. AFAIK, there are no indications of that changing any time soon.