WWDC 2014 announcements as a game developer
At WWDC 2014, Apple announced new features for iOS and OS X. These are my thoughts: Swift Swift is a new programming language by Apple. At first sight, it seems to be easier to learn and easier to master than Objective-C. Objective-C is not particular difficult to learn and master, but its syntax looks foreign to C# / C++ / Python developers. Swift, on the other hand, has a more conventional design. You can read Swift code the same way you can read C# code, even if you are not a Swift or C# developer. ...