Hacker News new | ask | show | jobs
by AYBABTME 4686 days ago
What you can do:

  - Have some C code in your Go app that calls a Go function.
What you can't do:

  - Have some C code in your C app that calls a Go function.
1 comments

The second answer to this stack overflow [0] indicates that you can run Go functions from C if you use gccgo [1].

[0] http://stackoverflow.com/questions/6125683/call-go-functions...

[1] http://golang.org/doc/install/gccgo