Swift at Apple: Migrating the TrueType Hinting Interpreter

Hi all,

I just read the excellent post Migrating TrueType Hinting to Swift, on rewriting the TrueType hinting interpreter from C to Swift

One part near the end caught my attention:

we distilled what we learned into instructions for LLM coding assistants, and have since used them successfully in other projects. LLMs have improved the efficiency of our team's work converting C/C++ to Swift, and have proven valuable in performing the kind of code transformations used in this effort.

I'm doing similar C/C++ → Swift conversion work and was wondering if you have considered open-sourcing your LLM instructions?

cc @numist

5 Likes