Skip to content

Instantly share code, notes, and snippets.

@jschementi
Created November 11, 2009 03:43
Show Gist options
  • Save jschementi/231540 to your computer and use it in GitHub Desktop.
Save jschementi/231540 to your computer and use it in GitHub Desktop.
using Silverlight = Microsoft.Scripting.Silverlight;
var runtime = Silverlight.DynamicEngine.CreateRuntime();
var python = runtime.GetEngine("python");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment