Quote:
Originally Posted by Bowser Koopa
Swift is very JavaScript like in nature, more people have been jumping into coding with Swift who have JavaScript backgrounds.
|
It may superficially look like Javascript but that's where the comparison ends. Once you add Cocoa into the mix and start creating complex classes and methods it looks quite different to Javascript and the problem most Javascript programmers moving to Swift will encounter is exactly this.
Many assumptions a Javascript programmer would have about how logic performs would be wrong in Swift.