Live data from Hacker News

Swift is Open Source

swift.org

111–120 of 458 posts

Re: Swift is Open Source

#113
post #75
post #65

I 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

I ran into https://github.com/Zewo/Epoch the other day when I was look for a Swift web server and it looked very interesting.

Re: Swift is Open Source

#114

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 (althoug…

> The Swift compiler, on the other hand, will obsessively stop me from fitting a square into a circle

You might really like Haskell :)

Re: Swift is Open Source

#115
post #102

Interesting 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?

Why would this at all be interesting?

Good grief, not everything is some mysterious conspiracy or some such nonsense.

Re: Swift is Open Source

#116

Now 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.

No doubt JetBrains will step up to the mark.

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

#119

Testing 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…

Type ":help". That is, type help. The : is used to differentiate between commands to the repl and swift code.

Re: Swift is Open Source

#120
Am 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++?
Post reply on HN