Posts tagged swift (3)
Cool features of lldb's "po": Better debugging
April 12, 2022tl;dr Xcode’s lldb allows you to do more than just view variables. You can write code that gets evaulated on the fly. Xcode even shows you…
Full-featured Swift in Visual Studio Code
October 20, 2021Update Swift server side work group now have an official plugin published as a VSCode extension. No need to build it yourself. DIY I’m…
Kotlin Multiplatform with Swift
October 12, 2021This week I was looking at some options for sharing code between mobile platforms. In this article I’ll describe how I compiled a Kotlin…