Writing plugins
Opened this issue · 1 comments
Deleted user commented
Is it possible to write plugins in languages other than C? For example Python, Go etc?
HidenoriMatsubayashi commented
Yes, however, we don't prepare interface languages other than C/C++ in the embedder. Thus, you need to write a binding interface to C/C++ yourself.