TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Swift Blog

177 pointsby sferikalmost 11 years ago

8 comments

clayallsoppalmost 11 years ago
Wow, this is an interesting&#x2F;refreshing development from Apple. I can&#x27;t recall them ever having a public blog to communicate with their developer community. Until now, it&#x27;s mostly been through their developer forums, private support, and in-person at the yearly WWDC.<p>How they&#x27;ve developed as a developer-facing company this year is really encouraging. Google et al have always been transparent as glass relative to Apple&#x27;s iOS work, but this blog, the twitter dialog from Swift&#x27;s development team, and the no-NDA release of iOS8 has really changed my opinion of the direction they&#x27;re pushing the ecosystem.
评论 #8021695 未加载
评论 #8021697 未加载
equalarrowalmost 11 years ago
This is great news. Apple seems to be going the proactive route with all this. I think that&#x27;s a really good idea on their part.<p>That said, as soon as I saw Swift was announced, I took the plunge and started my own journal about learning Swift.<p><a href="http://www.swiftpursuit.com" rel="nofollow">http:&#x2F;&#x2F;www.swiftpursuit.com</a><p>Figured I&#x27;d document my progress as I went along and it&#x27;s been a lot of fun so far. This is something I plan on doing over the long haul and I&#x27;d like to get in some small 5-10 min videos that covers not only the language but also new things coming out in XCode as well.<p>I&#x27;m two posts behind, but I&#x27;m trying to release a new post every week. My biggest slow down has just been figuring out the blogging software and hosting.
评论 #8022091 未加载
arturhooalmost 11 years ago
I am currently downloading XCode 6.3 Beta [1] without being a registered developer (used my ordinary credentials), does that mean that I will be able to write applications and play with the REPL? Has it just been made available?<p>[1] <a href="https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_6_beta_3_lpw27r/xcode_6_beta_3.dmg" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;devcenter&#x2F;download.action?path=&#x2F;...</a>
评论 #8021905 未加载
评论 #8022202 未加载
评论 #8021909 未加载
评论 #8022654 未加载
kennethfriedmanalmost 11 years ago
It&#x27;s really great to see Apple opening up - maybe not in their products, but in their culture. Programming language blog, a presence on social networks (mostly Twitter), posing for pictures with devs at WWDC, and generally embracing the dev community. All of these individual things seem small but together show a much more open side of Apple.<p>A side effect of these changes: Apple can control their own story now; whereas the rumor mill and the Apple-Needs-To-Release-A-New-Category-In-The-Next-30-Days-Or-They-Are-Doomed websites have been controlling their story&#x2F;image for the past couple years.
BlackLambalmost 11 years ago
Great timing, was just reading the Swift ebook<p><pre><code> let interestingNumbers = [ &quot;Prime&quot;: [2, 3, 5, 7, 11, 13], &quot;Fibonacci&quot;: [1, 1, 2, 3, 5, 8], &quot;Square&quot;: [1, 4, 9, 16, 25], ] var largest = 0 for (kind, numbers) in interestingNumbers { for number in numbers { if number &gt; largest { largest = number } } } largest </code></pre> Excerpt From: Apple Inc. “The Swift Programming Language.”
评论 #8022097 未加载
wonderzombiealmost 11 years ago
Slightly off-topic: is this the first time Apple has hosted a blog? I realize it&#x27;s developer.apple.com rather than apple.com, but still.
评论 #8021618 未加载
matthewwiesealmost 11 years ago
I like the idea of a blog, something where I can get official news and tips from is great. Perfect supplemental reading for all those blogs run by outside developers. I look forward to using Swift.<p>Also, for those that may have missed it, you can use Swift in XCode 6 beta, so long as you are a registered Apple Developer.
Klunyalmost 11 years ago
Has anyone used Swift yet? Report please?
评论 #8021593 未加载
评论 #8021584 未加载
评论 #8023204 未加载