Does this means that they're ditching Objective-C?
No. Swift works along side Objective-C. You can use both in the same project.
The Swift Programming Language
181–190 of 970 posts
Re: The Swift Programming Language
#182Feels like they looked at a bunch of programming languages, took all their favorite features, and then put them into one which still sits on top of the ObjC runtime. And then added some Apple syntactic craziness. For example: var apples = 3; // mutable let oranges = 5; // immutable let summary = "I have \(apples) apples and \(oranges) oranges";
Do you need the semicolons?
Re: The Swift Programming Language
#183This will revolutionize programming education. Interestingly enough, the time manipulation in Swift was inspired by a game called Braid ( http://en.wikipedia.org/wiki/Braid_(video_game) ) released back in 2009. This will help young programmers solidify the connection between giving the computer logical commands and what is outputted on the screen immediately. Reminds me of how excited I was when Processing ( http://w…
Was it inspired by Braid or the work of Bret Victor at http://worrydream.com ?
Re: The Swift Programming Language
#184Does anyone know when the new (beta) Xcode will come out?
Re: The Swift Programming Language
#185Re: The Swift Programming Language
#186> Alternatively, remove a key-value pair from a dictionary with the removeValueForKey method.
Is that the day where an Objective-C got to choose method names? Why not dict.delete() or similar?
Re: The Swift Programming Language
#187Here is the link to the online documentation if you don't want to download it on iBooks.
Re: The Swift Programming Language
#188Re: The Swift Programming Language
#189Re: The Swift Programming Language
#190This will revolutionize programming education. Interestingly enough, the time manipulation in Swift was inspired by a game called Braid ( http://en.wikipedia.org/wiki/Braid_(video_game) ) released back in 2009. This will help young programmers solidify the connection between giving the computer logical commands and what is outputted on the screen immediately. Reminds me of how excited I was when Processing ( http://w…
It could, if it were open and not limited to iOS/OSX.