DEV Community

naythen60
naythen60

Posted on

wk 1 assignment

When was Swift introduced?
It was introduced at Apple's 2014 Worldwide Developers Conference (WWDC) with version Swift 1.0.

For what platforms is Swift used as the primary programming language?
Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, iPadOS, macOS, watchOS, tvOS, Linux, and z/OS. 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.

Which were the primary goals when developing Swift?
to be safe, fast and expressive.

Top comments (0)