$ grep -l "#lisp" ~/terhechte/journal/*.md
Posts tagged #lisp
posts 4 years 1 tag lisp
[ 2014 ]
04 · posts
2014-06-17
Understanding the powerful Switch statement in Swift
2014-06-13
Swift optionals made simple
With Swift, Apple introduced several new programming languages features to iOS and Mac developers. One of them are Optionals. This is a simple introduction into Optionals that glosses over details to make it more approachable.
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
2014-01-29
Emacs Lisp Bulk Mailer
An Emacs Lisp tooling tutorial, writing a bulk mailer