Live data from Hacker News

Swift is Open Source

swift.org

51–60 of 458 posts

Re: Swift is Open Source

#52

How is developing on iOS these days? Swift seems like such nice a nice language.

Swift is a very nice language. And it's pretty easy to learn too - it took me about 2 weeks to get the basics of it and in 1 month I was producing code at the same speed as with Objective-C.

After a couple of months of Swift-ing, I now started a project in C++ and while it's nice to be back home (in the C++ world), I immediately feel like I'm on my own - C++ doesn't make any attempt to protect me from myself (although it feels like I have more power to do what I want).

The Swift compiler, on the other hand, will obsessively stop me from fitting a square into a circle and will only allow me to do that if I declare loud and clear that "I know what I'm doing!".

Re: Swift is Open Source

#53

Linux support is hinted at in examples: #if os(Linux) import Glibc #else import Darwin.C #endif https://swift.org/package-manager/#example-usage

I guess the fact that there are official Linux packages in the download section are a pretty good hint that there will be Linux support.

Re: Swift is Open Source

#54

Linux support is hinted at in examples: #if os(Linux) import Glibc #else import Darwin.C #endif https://swift.org/package-manager/#example-usage

Linux support was listed as a design goal for open sourcing Swift @ WWDC

Re: Swift is Open Source

#55

Linux support is hinted at in examples: #if os(Linux) import Glibc #else import Darwin.C #endif https://swift.org/package-manager/#example-usage

Linux support was officially announced as part of the open source announcement, and Linux downloads are explicitly listed on the site. No need for hints.

Re: Swift is Open Source

#58
post #45

Earlier quoted context omitted.

Well, the poster's web page says he works at IBM...

Oops. I did try to check his site, but it was coming up blank for me.

Your theory might still stand. He may know people at Apple, so this does not completely discard the scenario.

Re: Swift is Open Source

#60
post #53

Linux support is hinted at in examples: #if os(Linux) import Glibc #else import Darwin.C #endif https://swift.org/package-manager/#example-usage

I guess the fact that there are official Linux packages in the download section are a pretty good hint that there will be Linux support.

Thanks, I'm trying to download it.
Post reply on HN