4 different ways to execute IronPython code using the DLR Hosting API

The DLR hosting blog has posted another article on using the IronPython embedding API. This entry explores different ways you can execute Python code (four of them). It introduces the ScriptScope, ScriptSource and CompiledCode classes:

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

IronPython Tools for Visual Studio CTP3

Further Adventures of the Debugger