C#/.NET scripting library
.net, c#, scripting
Solution
IronPython is a dynamic `.NET` scripting language.
IronPython is an implementation of the Python programming language running under .NET and Silverlight. It supports an interactive console with fully dynamic compilation. It's well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining compatibility with the Python language.
See IronPython embedding for examples showing ways to call IronPython from `.NET` apps. The IronPython Calculator and the Evaluator goes into the details of using `IronPython` from a `C#` application.
Problem
I want to enhance an application with scripting support like many other applications have, e.g. MS Office using VBA or UltraEdit using JavaScript. Which libraries do exist for C#/.NET (and which language(s) do they support)?