I❤SwiftLanguage

#25 Facts About Swift

Puneet Maratha
2 min readDec 2, 2015
  1. Created by Chris Lattner, the same person who wrote llvm
  2. Development began in 2010.
  3. First appeared in June 2, 2014.
  4. It supports many modern programming languages like Closures with Function Pointers, Generics as well as functional programming patterns.
  5. Better type safety
  6. Better memory management
  7. Developed for 4 years in secrecy, nobody knew about it outside of Apple, which is impressive.
  8. It can be used for products with iOS7 and OSX 10.9 and higher
  9. Swift 2 finally comes with built-in support for checking API availability.
  10. Swift is supposed to combine the best parts of C and Objective C without compatibility constraints and provides new features.
  11. It supports three access control levels for symbols: public, internal, and private.
  12. An important new feature in Swift is option types
  13. Swift 2.0 was introduced at WWDC 2015
  14. Safety is a core value idea in Swift.
  15. Apple wants your code to look beautiful and natural.
  16. Enums are one of the best features
  17. Statements do not need to end with a semicolon like from Objective-C
  18. The two biggest applauses this year were when Apple announced UI testing support in Xcode 7 and Swift goes Open Source
  19. Apple has combined both println() and print()functions into one
  20. Debugging apps become much easier than before with Playgrounds and Read-eval-print loop (REPL).
  21. iOS app developed on Swifts shows better performance and are faster.
  22. Swift helps developer to develop app & software much faster as compared to Objective C.
  23. Optimization and Changes can be tested instantly on Swift.
  24. Swift and Objective C also use the same runtime
  25. Swift is Mind-blowing and awesome.
Puneet Maratha

Sources:-

WWDC:- Swift 2 Apple WWDC 2015.

Wikipedia :- Swift Programming Language.

Learn Swift By Fun:- Click Here↩

--

--