go build -x main.go
https://github.com/python/cpython
https://gpiozero.readthedocs.io/en/stable/recipes.html
https://poweruser.blog/embedding-python-in-go-338c0399f3d5
https://forum.golangbridge.org/t/use-python-in-go-code/30503
https://stackoverflow.com/questions/71749797/cgo-undefined-reference-to-c-function
https://www.datadoghq.com/blog/engineering/cgo-and-python/
example: using Python bindings for Go
https://github.com/christian-korneck/snack
go build -buildmode=c-archive test.go
gcc -pthread test.c test.a -o test
hbmk2 test.prg func.c
https://github.com/Com1Software/The-Harbour-Project
http://www.elektrosoft.it/tutorials/harbour-how-to/harbour-how-to.asp#clanguage
https://stackoverflow.com/questions/32215509/using-go-code-in-an-existing-c-project
http://www.elektrosoft.it/tutorials/harbour-how-to/harbour-how-to.asp#clanguage
https://gist.github.com/tejainece/8b243b56f9f1dadfc501
https://karthikkaranth.me/blog/calling-c-code-from-go/
https://stackoverflow.com/questions/60729198/call-c-function-from-golang