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)?
|
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)? |
|||||
|
|
IronPython is a dynamic
See IronPython embedding for examples showing ways to call IronPython from |
||||
|
|
|
Please check CS Scripting library Here is an article about scripting Photoshop CS with C# This one discusses using LUA as scripting lib with C#. |
|||
|
|
|
Lua is often touted as being one of the better ones... Try looking at this other question for more information: What are the most effective ways to use Lua with C#? Also: |
|||
|
|
|
See "What is the best scripting language to embed in a C# desktop application." Also see "It Already Is A Scripting Language" from Eric Lippert. |
|||
|
|
|
Don't forget LSharp, LISP in .NET. Something to keep an eye on if you are exploring functionality stage. Maybe Rob Blackwell will be glad to hear you're considering it. |
|||
|
|