Swift ide | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Swift ide

What test editor can I use for swift on windows operating system.

25th May 2021, 10:09 PM
Micheal Alfred
1 Answer
+ 4
What would you use swift for ? Although you can get swift for windows and can either use the swift compiler along with any text editor to write code or use MS visual studio for the same(check the attached link for further info ), the question is what will you do with it ? Swift is best used for making iOS apps and you would still need IOS SDK for that which is only available for mac till now. On top of that swift is still not completely ported on windows ( but you can still use most of the core language features ) I would only recommend doing it if you just want to learn some basics of language or want to practice a bit more with core and don't have access to stable internet connection ( for online IDEs ) ------- installating swift : https://swift.org/getting-started/ using your text editor with swift compiler : https://swiftforwindows.github.io/
26th May 2021, 12:54 AM
Arsenic
Arsenic - avatar