The Swift Programming Language
61–70 of 970 posts
Re: The Swift Programming Language
#62I'm not even an iOS developer but this is by far the most exciting thing I heard in the keynote. As an amatuer/hobbyist programmer who's self-taught with Ruby, JavaScript, etc., the one thing that was keeping me from experimenting with iOS apps was Objective-C. I know I could tackle it, but it's been hard to take the plunge. I don't know much about Swift yet, but from what I've seen it looks very exciting. So if Appl…
Re: The Swift Programming Language
#63Did they not know or do they just not care?
Re: The Swift Programming Language
#64Re: The Swift Programming Language
#65Re: The Swift Programming Language
#66Re: The Swift Programming Language
#67Re: The Swift Programming Language
#68> Looking for the Swift parallel scripting language? Please visit http://swift-lang.org Did they not know or do they just not care?
Re: The Swift Programming Language
#69Interestingly 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://www.processing.org/) was released which made it dead simple to interact with a screen and graphics. Didn't have live feedback, but it made it incredible easy to understand OOP.