Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 406 Bytes

File metadata and controls

11 lines (9 loc) · 406 Bytes

golang-interop-other-langauage-example

Golang interoperation with other programming Language, like python(use cython)

python call golang function with cython

  1. python version : 2.7
  2. golang version : 1.6.3
  3. c compiler : 6.2.0
  4. os : ubuntu 16.04

If you use other distro or other os ,you should modify the makefile by youself. Will produce the call_go.so file, it is a importable python module.