show/hide this revision's text 4 Fixed spelling and grammar

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.

show/hide this revision's text 3 added 'open source' requirement

Hi,

Is there a ready-to-use C# interpreter out there, that is not relying on runtime compilation ?

My requirements are :

  • a scripting engine
  • handling C# syntax
  • working on medium-trust environment
  • not using 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 wich allow me to write C# scripts instead of Javascript ones.

Thanks for your help.

show/hide this revision's text 2 spelling mistake

Hi,

Is there a ready-to-use C# interpreter out there, that is not relying on runtime compilation ?

My requirements are :

  • a scripting engine
  • handling C# syntaxesyntax
  • working on medium-trust environment
  • not using runtime compilation (CodeDomProvider ...)

If this is not clear, I need something like Jint(http://jint.codeplex.com/) but wich allow me to write C# scripts instead of Javascript ones.

Thanks for your help.

show/hide this revision's text 1 [made Community Wiki]