Structuring, parsing, and styling text is not difficult when you use Swift 3 as your scripting language.
scripting
The making of DispatchView in a couple of hours. Apart from stealing code from Consolation, it was built from scratch in Swift 3.
Implementing file save and file open for Property Lists using Swift 3.
Getting GCD to schedule and dispatch a packaged external task, like a backup, is actually straightforward. Here’s how.
Factoring the code better to separate reading and writing the underlying data, and converting that for display.
Progress with Rosettavert to convert text encoding, including popup menus with 144 entries. But stumbling still on an issue of string encoding.
Scripting a friendly front-end for the iconv tool to convert text between 144 different types of encoding. Also how to open as well as save documents.
How can you get the Unicode normalised form from within an app, or when you’re writing your own tools and scripts? unorml may be just the job.
A quick tour through String normalisation, mapping closures, and a small burst of colour.
A basic document-based Swift app shell into which you can quickly add functional code. Saves time starting a new project.
