Difference between revisions of "Swift"
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
Playgrounds were introduced at the same time, a playground lets you code Swift "hit the ground running" style. Check out the playground video. | Playgrounds were introduced at the same time, a playground lets you code Swift "hit the ground running" style. Check out the playground video. | ||
− | |||
− | |||
Get the Apple Swift book. It starts off with a playground taking you through quickly through what Swift has to offer. Get the swift 2 version & go through the playground! | Get the Apple Swift book. It starts off with a playground taking you through quickly through what Swift has to offer. Get the swift 2 version & go through the playground! | ||
Line 14: | Line 12: | ||
https://developer.apple.com/swift/blog/ <-- read from the bottom up | https://developer.apple.com/swift/blog/ <-- read from the bottom up | ||
− | https://itunes.apple.com/gb/course/developing-ios-8-apps-swift/id961180099 <-- 1.2 million downloads and counting apparently | + | https://itunes.apple.com/gb/course/developing-ios-8-apps-swift/id961180099 <-- Swift course from Stanford University: 1.2 million downloads and counting apparently |
#swift-lang on IRC (FreeNode server) | #swift-lang on IRC (FreeNode server) | ||
https://gist.github.com/erica/0c445044e1bf97778263 <-- this is the Page linked in the IRC Channel topic -- more links (including SwiftStub) here | https://gist.github.com/erica/0c445044e1bf97778263 <-- this is the Page linked in the IRC Channel topic -- more links (including SwiftStub) here |
Latest revision as of 12:20, 11 October 2015
Getting started in Swift
Swift was introduced WWDC 2014, there are beginner, intermediate, advanced WWDC videos -- check out the first one
Playgrounds were introduced at the same time, a playground lets you code Swift "hit the ground running" style. Check out the playground video.
Get the Apple Swift book. It starts off with a playground taking you through quickly through what Swift has to offer. Get the swift 2 version & go through the playground!
https://developer.apple.com/swift/resources/ <-- check out the links (the book and Xcode beta are in there. But also links into Apple documentation re: getting started)
https://developer.apple.com/swift/blog/ <-- read from the bottom up
https://itunes.apple.com/gb/course/developing-ios-8-apps-swift/id961180099 <-- Swift course from Stanford University: 1.2 million downloads and counting apparently
- swift-lang on IRC (FreeNode server)
https://gist.github.com/erica/0c445044e1bf97778263 <-- this is the Page linked in the IRC Channel topic -- more links (including SwiftStub) here