Looking back on Swift 3 and ahead to Swift 4
lists.swift.org
Looking back on Swift 3 and ahead to Swift 4
1–10 of 66 posts
Re: Looking back on Swift 3 and ahead to Swift 4
#2Re: Looking back on Swift 3 and ahead to Swift 4
#3 > For Swift 4, the primary goals are to deliver on the
> promise of source stability from 3.0 on, and to provide
> ABI stability for the standard library.
Hm, does this imply that only the stdlib will have the benefit of a stable ABI? IOW, that it won't be possible to distribute compiled artifacts built with different versions of the compiler and expect them to link properly?Re: Looking back on Swift 3 and ahead to Swift 4
#4Kind of an incomplete article as there is no mention of the environmental cost. Desalination is not a magic solution. Everything is a trade off. Desalination means pumping salt back into the ocean which just compounds the problem.
Re: Looking back on Swift 3 and ahead to Swift 4
#5Can definitely see the use case for swift expand a bit with this in its wings.
Re: Looking back on Swift 3 and ahead to Swift 4
#6It's great to hear planning and discussion on this is beginning, and that they're being honest upfront about the timeline to see it implemented.
Re: Looking back on Swift 3 and ahead to Swift 4
#7Message passing as a core concept of a language is fundamental and necessary (given that interlop with ObjC is important), and having that and macros gives related control structures for free.
Re: Looking back on Swift 3 and ahead to Swift 4
#8> For Swift 4, the primary goals are to deliver on the > promise of source stability from 3.0 on, and to provide > ABI stability for the standard library. Hm, does this imply that only the stdlib will have the benefit of a stable ABI? IOW, that it won't be possible to distribute compiled artifacts built with different versions of the compiler and expect them to link properly?
Third party vendors will have to adhere to the same requirements to be ABI compatible, because not all changes will be compatible.
Re: Looking back on Swift 3 and ahead to Swift 4
#9Re: Looking back on Swift 3 and ahead to Swift 4
#10Kind of an incomplete article as there is no mention of the environmental cost. Desalination is not a magic solution. Everything is a trade off. Desalination means pumping salt back into the ocean which just compounds the problem.
(You could argue about a miniscule temporary rise in salt levels, but that's more than counteracted by drained reservoirs and melted glaciers, which means the plants are actually minusculely helping the environment be closer to where it was historically.)