Swift is an awesome way to write software, you name it: phones, laptops, pcs,  servers, or anything that runs code.

/* SAFE, FAST, INTERACTIVE, USER FRIENDLY!*/

Swift defines away large classes of common programming errors by adopting modern programming patterns:

Integers are checked for overflow.

Optionals ensure that nil values are handled explicitly.

Memory is managed automatically.

Error handling allows controlled recovery from unexpected failures.

Variables are always initialized before use.

Array indices are checked for out-of-bounds errors

Swift is a programming language for iOS, macOS, watchOS, and tvOS app development. If you have developed in the past in C and Objective -C, Swift will be easy to learn.

 

Sample of Swift:

 

Happy coding!