Re: [swift-users] Documentation for Linux Development

2016-12-19 Thread Steven Harms via swift-users
Jack, Thanks for the reply. It's genuinely appreciated. Is there any constructive action the community can take to promote that these knowledge assets be made as "open source" as the language that implements their ideas? Thanks for the helpful suggestions, Steven On Mon, Dec 19, 2016 at 1

Re: [swift-users] Documentation for Linux Development

2016-12-18 Thread Jack Lawrence via swift-users
Hi Steven, The Swift book is also available on the web here: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/ The reference for the swift standard library is available on the web here: https://developer.apple.com/reference/swift We don't cu

Re: [swift-users] Documentation for Linux Development

2016-12-18 Thread Jon Shier via swift-users
http://swiftdoc.org is a good online reference, though not always completely up to date (just mostly). Jon > On Dec 18, 2016, at 9:44 PM, Steven Harms via swift-users > wrote: > > Hi, > > I've been playing with Swift in Linux contexts, but I was wondering, how is > o