As someone who always disliked Objective C, I think Swift looks very promising. I'll check it out right away :) Software-wise, I feel these current WWDC announcements are the most exciting in years. Looking at the Swift docs right now, I can see many interesting inspirations at work: there's some Lua/Go in there (multiple return values), some Ruby (closure passed as the last argument to a function can appear immediat…
The Swift Programming Language
51–60 of 970 posts
Re: The Swift Programming Language
#52Is that tongue in cheek? It's not even a particularly large, encumbered language, C.
Re: The Swift Programming Language
#53Oh God, they just compared the speed of Objective C, Swift and... Python! It's nice to see Swift being faster than Objective C, etc., but what has Python got to do with coding native iOS/OS X apps? Of course it's going to fail at speed when compared to a static compiled language. What a weird and pointless comparison, imo (I mean the inclusion of Python, seems so random to me).
I would have been interested in a JavaScript comparison, which I'm sure we'll be seeing from third parties soon.
Re: The Swift Programming Language
#54Re: The Swift Programming Language
#55[deleted]
It turns out that this is a different language. Apple overloaded the name "Swift".
https://webcache.googleusercontent.com/search?q=cache:Qvltqf...
Re: The Swift Programming Language
#56Playground is interesting.
Re: The Swift Programming Language
#57Oh God, they just compared the speed of Objective C, Swift and... Python! It's nice to see Swift being faster than Objective C, etc., but what has Python got to do with coding native iOS/OS X apps? Of course it's going to fail at speed when compared to a static compiled language. What a weird and pointless comparison, imo (I mean the inclusion of Python, seems so random to me).
Re: The Swift Programming Language
#58func makeIncrementer() -> (Int -> Int)
EDIT: Why the downvotes? was just an observation not a criticism. Looking forward to using it instead of Objective-C.
Re: The Swift Programming Language
#59So they copied this idea for the IDE? http://www.lighttable.com
Re: The Swift Programming Language
#60Oh God, they just compared the speed of Objective C, Swift and... Python! It's nice to see Swift being faster than Objective C, etc., but what has Python got to do with coding native iOS/OS X apps? Of course it's going to fail at speed when compared to a static compiled language. What a weird and pointless comparison, imo (I mean the inclusion of Python, seems so random to me).
println("Hello")
I think the idea was that Swift will be as easy to code as Python and faster than Objective-C.