Is there a ready-to-use C# interpreter out there, that is does not rely on runtime compilation?
My requirements are :
- A scripting engine
- Must Handle C# syntax
- Must work on medium-trust environments
- Must not use runtime compilation (CodeDomProvider …)
- Open source (or at least free of charge both for personal and professional use)
If this is not clear, I need something like Jint (http://jint.codeplex.com/), but which allows me to write C# scripts instead of JavaScript ones.
Thanks for your help.
Have you looked at paxScript.NET?