0

How write program in multiple Languages?

I want to combine Python and C# how to do it...

24th Nov 2016, 3:03 AM
Khan Samar
Khan Samar - avatar
2 ответов
+ 3
your probably gonna have to make two separate programs and have one call the other
24th Nov 2016, 3:31 AM
Ángel Perales
Ángel Perales - avatar
+ 2
one of them could be compiled into a dynamic library and the other one would then import it and use as a normal library, doing so requires specific preparation. for example it is possible to compile c++like code for the use with python using the cython framework and compiler.
24th Nov 2016, 4:11 AM
asdadasdsaczxc