Live data from Hacker News

Update on the Swift Project Lead

lists.swift.org

31–40 of 159 posts

Re: Update on the Swift Project Lead

#31
post #27

Ted Kremenek doesn't seem to be a very active contributor of Swift. https://github.com/tkremenek https://github.com/apple/swift/graphs/contributors

And yet Chris still thought he was fit to lead the group. Maybe in a project leadership role it's not all about how many commits you make?

Re: Update on the Swift Project Lead

#32
I don't use or follow Swift, but Chris was also instrumental in the development of LLVM, which has become hugely important in all sorts of areas. Has he still been active in that while working on Swifty stuff, or have other people taken over there already?

Re: Update on the Swift Project Lead

#35

I'm wondering if this means that the major work on Swift the language is complete? I've avoided it since it seems every year the language or the API changes... has it now settled? I really didn't want to go back rewriting code every year.

> I really didn't want to go back rewriting code every year. The changes are mostly syntactic and like API changes. And Xcode has an integrated migration tool that's not too bad. I ported approx. 23KLOC of Swift ( http://audiokit.io ) from 2 to 3 in like 3 hours. And the changes are generally for the better.

Exactly my experience, I don't see why people complain about swift "always changing". I spent less than a working day in total on upgrading and I've been using only swift since it was launched. I don't like the new () requirement on method signature input types though...

Re: Update on the Swift Project Lead

#38
post #27

Ted Kremenek doesn't seem to be a very active contributor of Swift. https://github.com/tkremenek https://github.com/apple/swift/graphs/contributors

The best project managers I worked with, didn't write one single line of code on the projects.

Re: Update on the Swift Project Lead

#39
post #27

Ted Kremenek doesn't seem to be a very active contributor of Swift. https://github.com/tkremenek https://github.com/apple/swift/graphs/contributors

Which is good, since he will lead (and is a contributor, so at least knows the technical details) as opposed to being burdened with day to day coding?

Re: Update on the Swift Project Lead

#40
post #14

Earlier quoted context omitted.

If you're truly worried, I would hold off just a little bit longer. Swift ABI stability is slated for Swift 4.

Is that expected this summer?

Swift seems to be locked to Apple's yearly release schedule, so we should see prerelease versions of Swift 4 this summer, followed by a public 4.0 release around September.
Post reply on HN