What is the best scripting language to embed in a C# desktop application.
Posted
by Ewan Makepeace
on Stack Overflow
See other posts from Stack Overflow
or by Ewan Makepeace
Published on 2008-09-26T05:40:01Z
Indexed on
2010/04/05
1:23 UTC
Read the original article
Hit count: 406
We are writing a complex rich desktop application and need to offer flexibility in reporting formats so we thought we would just expose our object model to a scripting langauge. Time was when that meant VBA (which is still an option), but the managed code derivative VSTA (I think) seems to have withered on the vine.
What is now the best choice for an embedded scripting language on Windows .NET?
© Stack Overflow or respective owner