Difference between revisions of "Swift"

From Coder Merlin
(Added new swift page about swift)
 
Line 14: Line 14:
== External Links ==
== External Links ==
[https://github.com/frol/completely-unscientific-benchmarks Speed tests]
[https://github.com/frol/completely-unscientific-benchmarks Speed tests]
[https://developer.apple.com/swift/ Apple's webpage]
[https://developer.apple.com/swift/ Apple's webpage]
[https://en.wikipedia.org/wiki/Swift_(programming_language) Wiki]
[https://en.wikipedia.org/wiki/Swift_(programming_language) Wiki]

Revision as of 10:27, 5 December 2022

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

What is swift?[edit]

Swift is a programming language made for development on apple devices. Swift was created by Chris Lattner and started development in 2010. For programming on apple devices, swift is a great alternative to Objective C (Which most programmers hate).

Performance[edit]

Swift runs significantly faster than Python, PHP, LUA(Nobody uses this), and Ruby but runs much slower than rust and C. This is pretty good for an object-oriented programming language.

Why swift?[edit]

  • Swift is fast
  • Swift can be used on IOS devices
  • Swift is object-oriented
  • Swift is modern
  • Swift is common

External Links[edit]

Speed tests

Apple's webpage

Wiki