+ 1
What is language swift all about?
2 Réponses
+ 3
Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa Touchframeworks and the large body of existing Objective-C code written for Apple products. It is built with the open source LLVM compilerframework and has been included in Xcodesince version 6, released in 2014. On Apple platforms, it uses the Objective-C runtime library which allows C, Objective-C, C++ and Swift code to run within one program.
More on these links :
https://en.m.wikipedia.org/wiki/Swift_(programming_language)
https://developer.apple.com/swift/
https://www.quora.com/What-is-the-use-of-Swift-language
Thanks
+ 2
Most of the info you want are included on this tutorial
https://www.sololearn.com/learn/Swift/2334/