At 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!
Swift is Open Source
111–120 of 458 posts
Re: Swift is Open Source
#112First ever commit found here https://github.com/apple/swift/commit/afc81c1855bf711315b8e5...
Re: Swift is Open Source
#113I wonder if Apple is positionning it as a competitor to Google's Go? They are hinting at a usage beyond just iOS and OS X.
There is at least already work being done on Swift for server-side development, and a developer behind this just commented that they are getting to work at this moment: https://www.perfect.org/ https://github.com/PerfectlySoft/Perfect
Re: Swift is Open Source
#114How 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 (althoug…
You might really like Haskell :)
Re: Swift is Open Source
#115Interesting that this domain is registered at GoDaddy via DomainsByProxy, and hosted on a SoftLayer IP block. WebKit.org, for instance, is registered with CSC Corporate Domains the same as apple.com, and is hosted on an Apple-owned IP block. Perhaps a (further) indication this isn't ready for prime time yet?
Good grief, not everything is some mysterious conspiracy or some such nonsense.
Re: Swift is Open Source
#116Now that swift is opensource i'm looking forward to some better tools being released for it. Right now xcodes support of swift is pretty lacking. No refactoring, and compile errors are fairly ambiguous sometimes. Since this has linux support i wonder if xcode or something similar will be ported to linux.
They already have support for swift in AppCode, but surely a community edition "SwiftStudio" can't be too much to wish for.
It worked wonders for Android development outside of Eclipse.
Re: Swift is Open Source
#117Re: Swift is Open Source
#118A Golang killer?
That will surely be taking up some of the dev't that would otherwise be done in Go.
Re: Swift is Open Source
#119Testing the binaries on ubuntu decompressed to to $HOME/swift and trying to execute swift: Welcome to Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift 778f82939c). Type :help for assistance. 1> help opening import file for module 'SwiftShims': No such file or directory 1> I could not find any mention to environment variables that could be used to override default locations, like SWIFT_LIBRARY_PATH or s…