Earlier quoted context omitted.
Try to compile it and see if you can get it to work?
there is no source code, yet.
Swift is Open Source
121–130 of 458 posts
Re: Swift is Open Source
#122Earlier quoted context omitted.
esp considering that most external Swift developers will come from iOS development I am wondering about this. To me, it seems that there is still space for a modern, pragmatic language that compiles to native code. Coming from C and C++, I have been using Go recently for applications where garbage collection and some performance loss due to a relatively weak compiler is acceptable. However, I still find the lack of p…
I have worked extensively with both Swift and Go. The currently available Swift implementation in Xcode is fairly closely tied to Cocoa (and hence OS X); I think this would be a serious barrier to generic server-side usage of Swift, so I'm curious to see if they have done anything about that (and what). Otherwise, it's a fairly decent language. It doesn't have Go's concurrency baked in to the language, but on OS X yo…
Re: Swift is Open Source
#123Github repo is live now. https://github.com/apple/swift First ever commit found here https://github.com/apple/swift/commit/afc81c1855bf711315b8e5...
Re: Swift is Open Source
#124At first I was like 'AWESOME', than I was like 'oh fuck, not ready yet'. I am not upvoting this, until there is a GitHub repository that I can clone!
Re: Swift is Open Source
#125Github repo is live now. https://github.com/apple/swift First ever commit found here https://github.com/apple/swift/commit/afc81c1855bf711315b8e5...
EDIT: License/Header in each of files were apparently retroactively added.
Re: Swift is Open Source
#126Somebody compare and contrast swift for backend development with golang, node, etc. Google is giving me nothing useful.
Re: Swift is Open Source
#127Earlier quoted context omitted.
Re FaceTime, I recently read an unsubstantiated but plausible comment that they'd run into patent issues that caused a redesign that caused issues open sourcing it.
and according to someone I heard on a podcast, many of the engineering leadership heard the open sourcing comment for the first time while Steve was up on stage as well.
Re: Swift is Open Source
#128Am I the only one who finds it odd that while pushing two high level but performant languages (Objective-C and Swift) Apple wrote their Swift compiler in C++?
Re: Swift is Open Source
#129It looks like Apple is also releasing an official package manager for swift.[1] I wonder how that will effect Cocoapods. [1] https://swift.org/package-manager
https://github.com/apple/swift-package-manager/graphs/contri...
Re: Swift is Open Source
#130Am I the only one who finds it odd that while pushing two high level but performant languages (Objective-C and Swift) Apple wrote their Swift compiler in C++?