Implementing pseudo-keywords through functional programming
Swift is a great language. But we’ve all met situations where a certain feature was missing, and we wished were part of the it.
Since programs are basically functions, and functions are first-class citizen in Swift, it’s possible to implement “pseudo-keywords” at a short cost and to great value.