Search Results

6
votes

How to embed IronPython in a .NET application

IronPython has a hosting API which can be used to execute IronPython scripts from a C#\VB application. This …