Hacker News new | ask | show | jobs
by pjmlp 1080 days ago
> Which are hard to build as calling C or C++ libraries aren't a real option.

Using CGO is hardly any different from JNI in complexity.

1 comments

Last time I checked it is.

https://pkg.go.dev/cmd/cgo

try it and see. there is a reason for the proverb.