passthief icon indicating copy to clipboard operation
passthief copied to clipboard

Support writing modules in other languages

Open zvonimirr opened this issue 6 years ago • 1 comments

Right now there is a kinda hackish way to write a module in another language... Write the module in C (for example), compile it. Order the Python module to call the executable using subprocess.call I suppose it will be better to add support for other languages as well. What I'm thinking is dynamic library loading or something like that. If you have any suggestions feel free to let them out.

zvonimirr avatar Dec 10 '17 14:12 zvonimirr

How do you add labels to

Right now there is a kinda hackish way to write a module in another language... Write the module in C (for example), compile it. Order the Python module to call the executable using subprocess.call I suppose it will be better to add support for other languages as well. What I'm thinking is dynamic library loading or something like that. If you have any suggestions feel free to let them out.

How to do add Labels/ Tags to issues?

AliHaider20 avatar May 02 '21 00:05 AliHaider20