2023-01-08 17:04:41 ACTION is making headway on the swift implementations of both nga and ilo 2023-01-08 17:05:59 I have a Swift + SwiftUI implementation of nga functional enough to run at least some things now; and an initial implementation of ilo that's basically functional for running code, apart from input & block support 2023-01-08 17:06:32 (these run under swift playgrounds on ipad) 2023-01-08 17:07:41 I'm hoping to finish testing the core functionality of the nga & ilo implementations this coming week; and will try to have the project files ready to share by next weekend 2023-01-08 17:09:01 there'll still be a lot to do on both before they can be considered fully usable (espec. nga, where I haven't begun any of the extended functionality yet), but this marks some progress towards having updated iOS & macOS implementations 2023-01-08 17:10:04 for the nga implementation, I can execute arbitrary words or source in response to UI events (e.g., when tapping buttons and such); there'll be some examples of this when I release the project files