Wonders about the state of Swift on Linux? Was expecting this to be timed with the open source announcement.
Swift is Open Source
41–50 of 458 posts
And slightly more specific, Swift on Android :) LLVM compiles some code I'm working on to be part of an Android app; so it should not be too hard (as LLVM is Swift compiler backend).
Re: Swift is Open Source
#42Apache 2.0 License + Runtime Library Exception + copyright owned by the contributor (i.e. no assignment or CLA) + good community structure and documentation + code of conduct... well done, Apple!
Re: Swift is Open Source
#43Can this do GUI programming on Lin/Win? Or Are there usable gui libraries for doing cross platform development like QT?
Re: Swift is Open Source
#44How is developing on iOS these days? Swift seems like such nice a nice language.
I find package management unscaleable (ie, it becomes more and more of headache as you pull in dependencies), but the language is much, much nicer to work with and read than Objective-C
Re: Swift is Open Source
#45Re: Swift is Open Source
#46Swift Package Manager? It looks like Apple has developed their own version CocoaPods for Swift? Interesting.
yes, although I think it's more similar to Carthage than to Cocoapods.
Re: Swift is Open Source
#47Hope it's will have brighter future outside Apple ecosystem. It's nice to have more tools for server-side development, but wish it's will be better on desktop than ObjC / Cocoa / GNUstep was.
Re: Swift is Open Source
#48They're releasing the source code to libdispatch? I thought that was one of Apple's trade secrets, and more applicable than just Swift apps since it's a C lib?
Re: Swift is Open Source
#49A lot of folks to thank at Apple right now, can't wait until all of this propagates so we can take a look at what's new in Swift 3. Two thoughts:
- VERY happy to see the open sourcing of much of the Foundation libraries (which includes strings, dates, networking primitives, concurrency/task queues, I/O, etc). It'll provide a very strong start and make working with Swift immediately productive.
- Holy crap, there's a package manager. This has been sorely needed since about day one of Swift development, glad to see that it's been a priority as part of the effort to open source!