更新2015 :从Go 1.5开始可能https://blog.filippo.io/building-python-modules-with-go-1-5/
使用Go 1.5,您可以构建.so对象并将其作为Python模块导入,直接从Python运行Go代码(而不是C)。

更新2015 :从Go 1.5开始可能https://blog.filippo.io/building-python-modules-with-go-1-5/
使用Go 1.5,您可以构建.so对象并将其作为Python模块导入,直接从Python运行Go代码(而不是C)。