Rescuing Files from Classic Mac OS with Swift

Computer archaeology with a modern language (and a bit more runtime work)… Read more

Similar

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 »

Building a Lisp from scratch with Swift

This article describes how you can build a simple LISP, based on the 1978 article <i>'A Micro Manual For LISP - Not The Whole Truth'</i> with Swift, taking advantage where possible of the features the language offers.

Read more »