What is language swift all about? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What is language swift all about?

24th May 2019, 3:45 PM
Sir Suyash
Sir Suyash - avatar
2 Respuestas
+ 3
Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa Touchframeworks and the large body of existing Objective-C code written for Apple products. It is built with the open source LLVM compilerframework and has been included in Xcodesince version 6, released in 2014. On Apple platforms, it uses the Objective-C runtime library which allows C, Objective-C, C++ and Swift code to run within one program. More on these links : https://en.m.wikipedia.org/wiki/Swift_(programming_language) https://developer.apple.com/swift/ https://www.quora.com/What-is-the-use-of-Swift-language Thanks
24th May 2019, 3:49 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 2
Most of the info you want are included on this tutorial https://www.sololearn.com/learn/Swift/2334/
24th May 2019, 4:30 PM
Seniru
Seniru - avatar