Skip to content
uxmal edited this page Jul 22, 2015 · 1 revision

Pytocs

Pytocs was written to translate Python source code into C#. The languages don't map 1 to 1, as Python's dynamic nature contrasts with the more static world-view of C#. Still, there is value in being able to reuse programs without having to pull in a whole Python interpreter into your address space.

Clone this wiki locally