Live data from Hacker News

The Swift Programming Language

developer.apple.com

81–90 of 970 posts

Re: The Swift Programming Language

#81

Ok, what about runtime support for older devices/iOS versions? They didn't say anything about it.

They said that they were accepting apps built with Swift for iOS 8 and OSX 10.10 so sounds like it won't work with older OS version. They weren't all that specific about it though so I could be wrong.

New language runs on Obj-C runtime. Maybe apps written in Swift can run smoothly on existing OS.

Re: The Swift Programming Language

#90
post #52

"...we wondered what we could do without the baggage of C." Is that tongue in cheek? It's not even a particularly large, encumbered language, C.

It is when you have to maintain compatibility with it in your new shiny language that's based on it. C alone may not be particularly large or encumbered (though it does have that vexing parse), but as the foundation of other languages it can cause problems.
Post reply on HN