Sha256: 2c4e443034a090d83a49637f8d24bc96bd4c838c61878be871e1dfa1094c9966
Contents?: true
Size: 1.43 KB
Versions: 172
Compression:
Stored size: 1.43 KB
Contents
Swift is a modern open source programming language that runs on macOS, Linux and on Windows using a linux subsystem. Swift was developed initially by Apple to interoperate with their key frameworks, Cocoa and CocoaTouch, both of which are mostly implemented in Objective-C. Swift is influenced by a large number of existing programming languages, and it incorporates concepts from a wide range of programming methods. Everything from scripting to object oriented and functional programming. Apple refers to Swift as a "protocol oriented programming language" and has expressed the goal of eventually making Swift useful for everything from scripts to an operating system. *** This [Swift Tour](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html) is an introduction the language on Apple's Public Developer Website. *** [Wikipedia's Swift Page](https://en.wikipedia.org/wiki/Swift_(programming_language)) giving a good, Wikipedia-styled overview. *** Swift is documented in [The Swift Programming Language](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/index.html) - again, on Apple's Public Developer Website - and in the [iBooks Store](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11). The ePub version is also available on [Swift.org](https://swift.org/documentation/#the-swift-programming-language).
Version data entries
172 entries across 172 versions & 1 rubygems