-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: IronPython
Embedding a Python Interpreter in C# – Iron Python
I needed to be able to execute scripts in two client applications. One was written in Java the other in C#. The script needs to manipulate classes in the language the interpreter in embedded in. This program works with IronPython … Continue reading