Open Source: Swift is open source, meaning it’s free to use and has a growing community. You can find the source code, as well as many resources and discussions on Swift.org.
– Source: dev.to
/
about 2 months ago
So is differentiable Swift a package for Swift or is it part of the Swift standard library? The video says go to swift.org but I can’t find any info about differentiable Swift on that site.
Source:
10 months ago
You can learn the Swift language, but not iOS development. So after you’re done with basics from swift.org, you need to switch to macOS.
Source:
over 1 year ago
Like someone mentioned swift.org is a start.
Source:
over 1 year ago
I’m guessing I’ve downloaded the wrong version of swift.org toolchain.
Source:
over 1 year ago
Note that the screenshot you shared is from an old (and AFAICT abandoned) port of Swift based upon MinGW. You should look to https://swift.org for the official releases for Windows which are more current.
Source:
over 1 year ago
Bingo – clamped() will work great. That’s not even in the swift.org docs. That makes a nice clean readable function. If anyone is interested, the definition of clamped() is in the swift standard library in Apple’s docs. It’s a pretty useful call. https://developer.apple.com/documentation/swift/range/clamped(to:)).
Source:
about 2 years ago
The Swift language is the product of tireless effort from a team of language experts, documentation gurus, compiler optimization ninjas, and an incredibly important internal dogfooding group who provided feedback to help refine and battle-test ideas. Of course, it also greatly benefited from the experiences hard-won by many other languages in the field, drawing ideas from Objective-C, Rust, Haskell, Ruby, Python,…
Source:
about 2 years ago
I googled this and to my amazement, I couldn’t find an answer. I already knew Swift also has a let keyword (they use it for constants), but apparently some other programming languages use it as well.
Source:
over 2 years ago
If you haven’t already, please crawl and .
– Source: Hacker News
/
over 2 years ago
There‘s the swift code described here that came out in 2014. There‘s also a Swift code that came out in the 70’s. They are completely different things, so there‘s no way to tell which “Swift” they are talking about in the context of this post.
Source:
almost 3 years ago
It kinda looks like the Windows app/mobile app upscaled for desktop. Now I don’t know what language this is written in but if I can guess it’s written in  by looking at info.plist in the Application Package.
Source:
almost 3 years ago
If you are not looking for Apple specific things, here’s the official Swift site: https://swift.org/ The documentation is very good usually with a lot of examples.
Source:
about 3 years ago
Let me ask this… as an experienced developer new to the iOS world… what resources, courses, etc. Would you recommend? The swift.org language guide is really good and has helped me through most things… But there are still some mysteries specifically to iOS. Definitely some lifecycle mysteries, to me at least.
Source:
about 3 years ago
Right now, I have a Fedora server with it installed so I can get the basics under wraps — like class definitions, extensions, protocols, etc. So yes – it could be a great learning tool. However, I’m unsure what libraries are currently available to do any real lifting on Linux, but it didn’t complain when I imported Foundation for some reason. I know the only documentation that I can reliably say is for Linux (or…
Source:
about 3 years ago
And many more trying to catch up with the innovative languages of the past.
Source:
about 3 years ago
Happens whenever I go to swift.org.
Source:
over 3 years ago
In my previous series “Learning Rust”. I decided to attempt to learn some fairly basic rust concepts and constructs by working on a fairly simple project. This seemed to go fairly well. So I am now going to attempt to work on the same project, but this time, using Swift.
– Source: dev.to
/
over 3 years ago
You can start with Swift at https://swift.org/ and Kotlin at https://kotlinlang.org/.
– Source: dev.to
/
over 3 years ago
The most underrated Swift website: https://swift.org/.
Source:
over 3 years ago
I have already checked the swift.org website, and it seems to only provide the EPUB of the latest version(beta 5.4).
Source:
over 3 years ago