At the TensorFlow summit last year, I caught up with Chris Lattner who
was at the time working on Swift for TensorFlow - we ended up talking
about concurrency and what he had in mind for
Swift. (more…)
Read more »
Learn to Make an Image Recognition App for the iPhone. Using Swift 3 and IBM Bluemix Image Recognition Service. → Be sure to let us know in the comments what... (more…)
Read more »
This post describes the goals, release process, and estimated schedule for Swift 4.1. (more…)
Read more »
In this tutorial you will learn how to use unsafe Swift to directly access memory through a variety of pointer types.
Read more »
Matt Rajca discovered last year that Swift’s Array.append(element) is 6x faster than Array operator+=(collection). This is a shame, because the latter is semantically equivalent, easier to type, an… (more…)
Read more »