Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple for iOS, iPadOS, macOS, tvOS, watchOS, Linux, and z/OS development.
History
Swift was first announced on June 2, 2014 during the keynote event of the 2014 Worldwide Developers Conference at Moscone Center West in San Francisco.[1]
Description
Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworks and the large body of existing Objective-C code written for Apple products. It is built with the open source LLVM compiler framework and has been included in Xcode since version 6, released in 2014. On Apple platforms,[2] it uses the Objective-C runtime library which allows C, Objective-C, C++ and Swift code to run within one program.[3]
References
- ↑ Apple - WWDC 2014 by Apple, YouTube. 2014-06-03.
- ↑ The Swift Linux Port. Apple Inc. Retrieved on August 3, 2016.
- ↑ John Timmer (June 5, 2014). A fast look at Swift, Apple's new programming language. Ars Technica. Condé Nast. Retrieved on June 6, 2014.
External links
- Swift at Apple Developer
- Swift Development Resources
- Swift Standard Library
- Swift session videos from WWDC
- The Swift Programming Language at Swift.org
- Swift (source code) at GitHub
- Server-side Swift at IBM
- Swift (programming language) at Wikipedia