Y
Hacker News
new
|
ask
|
show
|
jobs
by
zozbot234
1517 days ago
The fact remains that you need a separate implementation (cgo) if you want to do FFI. It might be something else goroutine-related that blocks FFI in the default Go implementation, but the issue is still there either way.
2 comments
throwaway894345
1517 days ago
What do you mean "a separate implementation"? CGo is part of Go, it's not another implementation of Go.
link
surrealize
1517 days ago
Separate in the "CGo is not Go" sense.
link
preseinger
1516 days ago
FFI isn't important. It's a niche feature for a superminority of use cases.
link