Hi,
Is there a ready-to-use C# interpreter out there, that is does not relying rely on runtime compilation?
My requirements are :
- a
- A scripting engine
- handling
- Must Handle C# syntax
- working
- Must work on medium-trust environmentenvironments
- Must not using use runtime compilation (CodeDomProvider ...)
- open
- 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 wich allow which allows me to write C# scripts instead of Javascript JavaScript ones.
Thanks for your help.
