|
|
|
|
|
by pjmlp
2785 days ago
|
|
Well, this is Apple's official point of view on Swift's purpose. > Swift is a successor to both the C and Objective-C languages. It includes low-level primitives such as types, flow control, and operators. It also provides object-oriented features such as classes, protocols, and generics, giving Cocoa and Cocoa Touch developers the performance and power they demand. Taken from https://developer.apple.com/swift/ > Swift is intended as a replacement for C-based languages (C, C++, and Objective-C). Taken from https://swift.org/about/ |
|