Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
1–10 of 279 posts
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#2Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#3Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#4To what extent, if any, is Swift exclusive to Apple devices?
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#5Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#6I have heard great things about Swift but haven't spent a second looking into it because I assumed it's an Apple exclusive language - making it unsuitable for my use case of services deployed on Linux, developed from any OS. To what extent, if any, is Swift exclusive to Apple devices?
In my case, I don't really care, as I program Apple native.
I think it's an excellent language. I enjoy writing in it. I write Swift, every day.
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#7I have heard great things about Swift but haven't spent a second looking into it because I assumed it's an Apple exclusive language - making it unsuitable for my use case of services deployed on Linux, developed from any OS. To what extent, if any, is Swift exclusive to Apple devices?
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#8I have heard great things about Swift but haven't spent a second looking into it because I assumed it's an Apple exclusive language - making it unsuitable for my use case of services deployed on Linux, developed from any OS. To what extent, if any, is Swift exclusive to Apple devices?
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#9I have heard great things about Swift but haven't spent a second looking into it because I assumed it's an Apple exclusive language - making it unsuitable for my use case of services deployed on Linux, developed from any OS. To what extent, if any, is Swift exclusive to Apple devices?
Re: Swift Achieved Dynamic Linking Where Rust Couldn't (2019)
#10I have heard great things about Swift but haven't spent a second looking into it because I assumed it's an Apple exclusive language - making it unsuitable for my use case of services deployed on Linux, developed from any OS. To what extent, if any, is Swift exclusive to Apple devices?
Swift is backed by LLVM and Linux solid is pretty solid. The cross platform problem has always been the core libraries. Fortunately a pure Swift core foundation rewrite is underway. https://www.swift.org/blog/future-of-foundation/
Do you happen to have any idea about UI library support? Will UI still be Apple only?