| "Lot of them have no budget (or will) for complete rewrite. " I don't mean they should force people onto Swift. I mean that Swift, should be totally independent of ObjC, so that customers, if they choose to use it are not dependent on it. Also - Apple could feasibly provide a 'lib/bridge' - just as Android can use C++ code as well, if you want to use it. I think Apple could surely commit to keeping ObjC around for quite some time - maybe 4 years official support, and then maybe 8 years on the devices, but with no more documentation/support. "All those things will come. If you want them, wait for them." I don't agree - this is 'doing it wrong'. It's been out for years. This is way past 'early adoption'. 'Doing it right' means that it is easy for new and old developers. Right now - it's hard. Doing Swift 'right': 1) Make Swift a clean break, get rid of some of the more obscure things that make it difficult. Get rid of relationship to ObjC. 2) Detailed docs, tons of examples. Examples for every single class, every single attribute. 100% of functionality should be 'explainable by example'. 3) Beta for 1 year, then production. 4) No backwards-incompatible changes after out of beta. (Easier said than done). 5) Docs, examples etc that clearly demarcate versioning. 6) Tons of support on Stack Exchange: dedicated staff to simply monitoring, answering, clarifying issues just on Stack Exchange. 7) 'Free Support and Training' for anyone who wants it and who can make it to a major city, i.e. NYC Jan 1-5 or 'weekend course' for anyone who registers. Free. Once every few months. At least 100 Engineers just doing training, and going into dev/studios companies to help them with stuff. 8) Free online courses, for newbs, and those coming from other languages, and Objc. They made Swift a little too complicated, and left devs hanging in the dark on so many issues. |
If you will not provide seamless integration, you will seriously limit amount of people who migrate. There are other problems here too: what should library authors do? Write two versions?
> It's been out for years. This is way past 'early adoption'.
Looking at all programming languages I've ever used, getting out of this childhood period always took years. Sure, Apple could do better job perhaps in many aspects, but it really takes a very long time to get a language and stdlib to usable shape.
>Make Swift a clean break, get rid of some of the more obscure things that make it difficult.
If you make a clean break, you limit amount of your users. Without users, you can't tell what obscure things are difficult for those who didn't opt in.
I agree with all those beta periods, stability guarantees, docs and training. I am now appreciating more how well those things work in Rust.