Earlier quoted context omitted.
I completely agree. Swift's lack of desalinization is a critical problem for users. :-) -Chris
When you add syntactic sugar, you don't need so much salt.
Looking back on Swift 3 and ahead to Swift 4
21–30 of 66 posts
Re: Looking back on Swift 3 and ahead to Swift 4
#22is offical Windows support planned?
Re: Looking back on Swift 3 and ahead to Swift 4
#23Wouldn't First class concurrency in a way breaks ABI and Stdlib as well? ( Otherwise it would be second class )
Re: Looking back on Swift 3 and ahead to Swift 4
#24> 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
#25I just run Ubuntu now but I like the features of Swift. Does anyone who uses Swift on Linux have any comments, suggestions, use cases, etc.?
I haven't dug into testing Foundation support yet. From what understand, it's mostly implemented and they're working on finishing it. Also right now they only support 64bit OSes and only have prebuilt binaries for Ubuntu 15.10 and 14.04.
Re: Looking back on Swift 3 and ahead to Swift 4
#26Earlier quoted context omitted.
oops I think you commented the wrong thread
This seems to happen enough that I'm curious if people are using funny clients (though alikhan82 is new as of 5 hours ago) or if there's a race in the HN code. It seems improbable that someone would be typing this desalination comment into this article and not the one about Israeli desalination projects. @alikhan82 are you using the standard web page or accessing HN through some other client?
Re: Looking back on Swift 3 and ahead to Swift 4
#27You don't even need much css: http://bettermotherfuckingwebsite.com
Re: Looking back on Swift 3 and ahead to Swift 4
#28Perhaps, one should borrow message-passing as a standard language idiom, actors and pattern matching on receive from Erlang, the way Akka did, instead of copying hat async/await ugly hacks. Message 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.
I think rust approach of having strong guarantees over memory ownage, and thus being able to share memory in a safe way, is a better direction for swift.
Re: Looking back on Swift 3 and ahead to Swift 4
#29> 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?
Well, how will Swift enforce that nobody outside of Apple distributes libraries that don't break ABI or API?
Re: Looking back on Swift 3 and ahead to Swift 4
#30I'm very happy that Apple open sourced Swift. Chris and his crew are amazing and the vibrant community definitely helps/challenge them and will bring us things like: - concurrency (at least planned) - cyclone/rust memory model! - scripting - syntactic sugras Congrats!
Got any links with more information?