Make C# source run as a script?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-28T05:46:24Z Indexed on 2010/05/28 5:51 UTC
Read the original article Hit count: 200

Filed under:
|
|

I am doing a little scripting and i find some more power would be nice. Like the ability to keep trying to delete a file with a 1sec delay AND have it portable since i spent some time today translating a bat script to bash. I know i can use php or python but i VERY MUCH PREFER static/compile time checking.

Is there a way to run C# code as a script?

I am hoping i dont have to create a custom ext and write a app to dynamically compile and execute the script (i know have source to compile .js somewhere...). Does anyone know of a solution?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET