Sense of OS binded programming languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Sense of OS binded programming languages

Is there really a benefit to deep dive into a OS specific language like Swift? Is it not more relevant to get familiar with a cross-platform framework for mobile development like Xamarin or Corona? So a single code base can be used for compiling into the device OS specific code. Okay - for heavy visual usage or some hardware features one code base is not enought, but for most applications a cross-platform framework will work... What do you think? Thanks in advance!

16th Jan 2019, 1:36 PM
Dennis Hain
Dennis Hain - avatar
1 Answer
+ 1
Committing yourself in one language and platforms makes you understand said thing more. While working cross-platform chances are you’ll have to write the same program in different languages anyway. Not using a platform specific language can also encouter some unexpected bugs as the code might return different values on a different OS for example (time.time in unix systems) if i recal right. This my opinion and my viewpoint upon it. Hope this helps.
16th Jan 2019, 5:31 PM
Joery De Loose
Joery De Loose - avatar