$ grep -l "#syntax" ~/terhechte/journal/*.md
Posts tagged #syntax
posts 2 years 2 tag syntax
[ 2015 ]
01 · posts
2015-08-25
Optional throw via try? in Swift 2
Swift 2.0 includes a new way of handling exceptions via the try? keyword. This is a quick post to explain the basics, and why this is cool.
[ 2014 ]
01 · posts
2014-06-08
Using @autoclosure to write a Swift syntax extension
Swift's @autoclosure allows to extend the Swift syntax in fantastic ways. Observe how we re-implement the `cond` function from Lisp