Your review is Submitted Successfully. ×
4.0

Summary

Maruti Suzuki Swift
Nikhil Yadav@nyadavnarnaul
Jan 28, 2017 06:31 PM, 6295 Views
Cool car

Hi, men

I am now traveling in the swift, it is very good car

Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, and Linux. Swift is designed to work with Apple’s Cocoa and Cocoa Touch frameworks and the large body of extant Objective-C(ObjC) code written for Apple products. Swift is intended to be more resilient to erroneous code("safer") than Objective-C, and more concise. It is built with the LLVM compiler framework included in Xcode 6 and later and, on platforms other than Linux, [11] uses the Objective-C runtime library, which allows C, Objective-C, C+ and Swift code to run within one program.[12]

Swift supports the core concepts that made Objective-C flexible, notably dynamic dispatch, widespread late binding, extensible programming and similar features. These features also have well-known performance and safety trade-offs, which Swift was designed to address. For safety, Swift introduced a system that helps address common programming errors like null pointers, and introduced syntactic sugar to avoid the pyramid of doom that can result. For performance issues, Apple has invested considerable effort in aggressive optimization that can flatten out method calls and accessors to eliminate this overhead. More fundamentally, Swift has added the concept of protocol extensibility, an extensibility system that can be applied to types, structs and classes. Apple promotes this as a real change in programming paradigms they term "protocol-oriented programming".[13]

Swift was introduced at Apple’s 2014 Worldwide Developers Conference(WWDC).[14] It underwent an upgrade to version 1.2 during 2014 and a more major upgrade to Swift 2 at WWDC 2015. Initially, a proprietary language, version 2.2 was made open-source software and made available under Apache License 2.0 on December 3, 2015, for Apple’s platforms and Linux.[15][16] IBM announced its Swift Sandbox website, which allows developers to write Swift code in one pane and display output in another.[17][18][19]

A second free implementation of Swift that targets Cocoa, Microsoft’s Common Language Infrastructure(.NET), and the Java and Android platform exists as part of the Elements Compiler from RemObjects Software.[20] Since the language is open-source, there are prospects of it being ported to the web.[21] Some web frameworks have already been developed, such as IBM’s Kitura, Perfect[22][23] and Vapor. An official "Server APIs" work group has also been started by Apple, [24] with members of the Swift developer community playing a central role.[25]

History

Development of Swift started on July 2010 by Chris Lattner, with the eventual collaboration of many other programmers at Apple. Swift took language ideas "from Objective-C, Rust, Haskell, Ruby, Python, C#, CLU, and far too many others to list".[7] On June 2, 2014, the Apple Worldwide Developers Conference(WWDC) application became the first publicly released app written in Swift.[26] A beta version of the programming language was released to registered Apple developers at the conference, but the company did not

(0)
Please fill in a comment to justify your rating for this review.
Post

Recommended Top Articles

Question & Answer