Winding down the Swift 3 release
thread.gmane.org
Winding down the Swift 3 release
1–10 of 65 posts
Re: Winding down the Swift 3 release
#2[1] https://github.com/apple/swift-evolution/commit/06b69a6e51a7...
Re: Winding down the Swift 3 release
#3Re: Winding down the Swift 3 release
#4Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
Re: Winding down the Swift 3 release
#5Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
Re: Winding down the Swift 3 release
#6Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
Go I don't like the design, but I will always suggest it to anyone wanting a simple safe C like language.
D, the community is great, but they still need to decide which direction the language is supposed to grow.
Rust community and language are great, but I think they need to get into an OS SDK to really accomplish the goal of replacing C++.
Swift is replacing C and Objective-C as the official systems language on Apple platforms. It has the necessary tooling for full stack applications, IBM is already pushing it on their cloud services and Microsoft will eventually support it on their iOS bridge.
So in what concerns OS vendor support I am betting on Swift.
For the use cases where that isn't relevant, I would say Rust is also a very good candidate.
Re: Winding down the Swift 3 release
#7Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
Re: Winding down the Swift 3 release
#8Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
Swift, most likely. Go I don't like the design, but I will always suggest it to anyone wanting a simple safe C like language. D, the community is great, but they still need to decide which direction the language is supposed to grow. Rust community and language are great, but I think they need to get into an OS SDK to really accomplish the goal of replacing C++. Swift is replacing C and Objective-C as the official sys…
Re: Winding down the Swift 3 release
#9Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
It has all the advantages of Go but with a more expressive language, much better C interop and a platform that will create a community around it very quickly, the other day I saw somewhere that there are already more Swift books and courses than Go. Swift will also let you do everything Rust can, very low level stuff.
Re: Winding down the Swift 3 release
#10Now, with swift 3 around the corner, I will ask some most experience fellow developers the following question. There is golang, swift, rust, dlang. If you will put some energy, what language will be, and why? :)
In the long run, Swift, IMO. It has all the advantages of Go but with a more expressive language, much better C interop and a platform that will create a community around it very quickly, the other day I saw somewhere that there are already more Swift books and courses than Go. Swift will also let you do everything Rust can, very low level stuff.
Not quite. Swift requires a runtime, so you probably won't see people writing OS kernels in Swift.