DEV Community

Cover image for Discovering Swift
Mathieu K
Mathieu K

Posted on

Discovering Swift

Is Swift one of those so called "modern" languages trying to fix what C gave us for good? Or just something else? Well, for the ones who know me a bit, "modern" languages like Rust or Go are not really my friends. Swift, in other hands, is trying something that annoys me: mobile application development. Mobile applications are generarily using Java/Kotlin or C++. In some rare case, other languages, and sometime C. If you want to create your own application on both iOS and Android, the two main OS competitors, you should probably start to learn Java/Kotlin. Since its latest release though, Swift can now create applications for iOS and for Android...

A civilized programming language

For this first publication on Swift, I will publish only a list of resources. Indeed, after having tested it, this language currently does not fit all my requirements, and Dart/Flutter will be used instead. Anyway, it's always a good thing to have a place to list some good references on the topic.

Books

Publications

Other


Cover Image by Pawel Czerwinski on Unsplash

Top comments (0)