Live data from Hacker News

Go port of SQLite without CGo

gitlab.com

121–122 of 122 posts

Re: Go port of SQLite without CGo

#121
post #96

Earlier quoted context omitted.

Now do the same as Windows UWP SDK, or iOS SDK. You're missing all the tooling and OS specific steps required to produce a proper package.

For macOS: https://github.com/tpoechtrager/osxcross

Doesn't seem to do IO Kit, DriverKit, Metal, Instruments Plugins, UI frameworks, XPC, and plenty of other stuff dependent on Objective-C/Swift.

Re: Go port of SQLite without CGo

#122
post #121

Earlier quoted context omitted.

For macOS: https://github.com/tpoechtrager/osxcross

Doesn't seem to do IO Kit, DriverKit, Metal, Instruments Plugins, UI frameworks, XPC, and plenty of other stuff dependent on Objective-C/Swift.

I believe it would work for all of that, given that it links to the same libraries an app made with Xcode would.

That repository won't compile Swift, but it does compile objective C.

Either way, you don't need to be able to compile Swift/Obj C to link to a library that was written in Swift/Obj C.

Post reply on HN