The SAM pattern in Swift

SAM-Swift – The SAM (State-Action-Model) pattern in Swift… Read more

Similar

C++ for Swift Developers

Swift in a sense is very much like C++, and when I say C++ I mean C++11 and beyond. One could also say that Swift is cleaner C++, or C++ without the backwards compatibility baggage from the 80s. To give an idea here’s a minimal modern C++ code: (more…)

Read more »

The Dark Path, Swift and Kotlin

Over the last few months I’ve dabbled in two new languages. Swift and Kotlin. These two languages have a number of similarities. Indeed, the similarities are so stark that I wonder if this isn’t a new trend in our language churn. If so, it is a da...

Read more »