Category:Swift: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Change official website from apple page.)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|safety=safe
|safety=safe
|compat=nominative
|compat=nominative
|site=http://developer.apple.com/swift/
|site=https://swift.org/
|LCT=yes}}{{language programming paradigm|Object-oriented}}
|LCT=yes}}{{language programming paradigm|Object-oriented}}
[[wp:Swift (programming language)|Swift]] is an [[object-oriented]] programming language developed by Apple Inc. for Mac OS X and iOS development. It runs on the Objective-C runtime and is mainly used with the Cocoa API. It was announced at WWDC 2014.
[[wp:Swift (Apple programming language)|Swift]] is a general purpose, multi-paradigm, systems programming language developed by Apple Inc. originally for Apple platforms. Linux support was added when open source Swift was released. It runs on the Objective-C runtime on Darwin and is mainly used with the Cocoa API. It was announced at WWDC 2014.

Latest revision as of 04:53, 2 December 2020

Language
Swift
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Reference counting
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type checking: Dynamic, Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Swift.

Swift is a general purpose, multi-paradigm, systems programming language developed by Apple Inc. originally for Apple platforms. Linux support was added when open source Swift was released. It runs on the Objective-C runtime on Darwin and is mainly used with the Cocoa API. It was announced at WWDC 2014.

Pages in category "Swift"

The following 200 pages are in this category, out of 612 total.

(previous page) (next page)
(previous page) (next page)