Hacker News new | ask | show | jobs
by onderweg 2694 days ago
I found your article particularly interesting, because lately I've been experimenting with calling Swift from Go.

The approach is based on the same principle: cgo as bridge between Go and a C library. The C library is build by the Swift package manager. Blog post on Dev community with details:

https://dev.to/gerwert/calling-swift-from-go-5dbk