logoalt Hacker News

Retr0idtoday at 2:20 AM1 replyview on HN

I do like Go's syntax but I can't help thinking the best language for C interop is C.


Replies

AdieuToLogictoday at 2:46 AM

> I do like Go's syntax but I can't help thinking the best language for C interop is C.

SWIG[0] is a viable option for incorporating C code as well.

0 - https://swig.org/Doc4.4/Go.html#Go

show 1 reply