I am Amit, i am a long time developer using windows platform , now i want to move to iOs development for business reasons, i still have a PC at my disposal my iMac or Mac Mini(2018 new one) will come in a month's time,meanwhile can i start learning swift on a windows's PC, if so kindly guide...
I haven't tried Swift on Windows (may not be possible yet) but you might be better off installing Linux on your machine (partition) and try to run Swift from there.
@Les_Pruszynski - thanks , i will give it a try , i have started to read swift documentation and find it very useful, hope to take more guidance from you in future ...
As one more option, it should be possible to use Docker for Windows to run a Linux version of Swift on a Windows machine. Might be more than sufficient for a start.
It is possible to play with swift on Windows, however, the REPL isn't really ready yet AFAIK, and there are a few missing patches that are needed for it to work. However, note that you will not be able to do iOS development with this, because that requires iOS specific components which are not part of swift and are not available on Windows.