> The GC and memory management between nim, c, and switch would be a constant > pain point. You would have to export c style structures. It might even make > sense to write the header file in C as glue and have both nim and swift use > it.
I will have time in a couple of weeks to try this. I was hoping someone would have tried already since Nim seems like the a perfect fit. > One use-case I can see is some thing like a network/database support lib that > can run on all platforms while UI is drawing natively with Swift on iOS or > Java on Android. Yeah that's the idea, but for macOS and Windows.
