Live data from Hacker News

Swift is Open Source

swift.org

291–300 of 458 posts

Re: Swift is Open Source

#292
post #289

Earlier 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.

Apache2 is compatible with GNU GPLv3, though.

Re: Swift is Open Source

#293
post #142

What kind of trolling is that ? >I think we should use GPL v3 instead. https://github.com/apple/swift/pull/17

Github is weird.

Yeah, and memes are tiring, but lots of people clearly enjoy them.

I really enjoy Github as a technology platform. As a social network, not so much.

Re: Swift is Open Source

#294

Happy 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

Wow, congratulations, that's really cool! Speaking of errors, I remember receiving the "Expression was too complex to be solved in reasonable time" error when I was first implementing Catmull-Rom splines for calculating flight paths in a game that I developed. I translated that to, "The math is making the room spin up in here." Definitely the "coolest" error I've hit working with Swift.

Re: Swift is Open Source

#295
post #37

It 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

Positively, CocoaPods was filling a gap that should have been done at system level. So we've updated our FAQ about it, https://guides.cocoapods.org/using/faq.html

Re: Swift is Open Source

#296
Just re-stating the obvious, but it's also interesting how GitHub has become the default go-to of repos for everyone, like Google is for - well - googling. Kudos to both GiHub and git, you are simply awesome.

Re: Swift is Open Source

#299

With open-sourcing C# and Swift, the era of major closed source programming languages is now officially over.

I think the make up of the web is an indication that that era has been over for a decade or more, and it just took some people/companies a while to realize it.

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

#300
post #156

Would 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.

OK, that it's the preferred (by Apple) language/platform for iOS development? I'm guessing you knew what I meant.
Post reply on HN