ad-hoc c# compiler - does it exist?

  • Thread starter Thread starter John Grandy
  • Start date Start date
J

John Grandy

Does anyone know about this ad-hoc c# compiler?

I've heard that there's a c# compiler that's works as a single file you just
drop into a directory and use to compile stand-alone .cs files in a very
simple manner. It might even automatically recompile whenever the .cs file
is saved ...

Using this compiler to quickly create/modify c# console applications sounds
quite useful as a much more powerful replacement for cmd.exe and associated
..bat / .cmd files ...

Anyone have more info in this area ?

Thanks.
 
Does anyone know about this ad-hoc c# compiler?

I've heard that there's a c# compiler that's works as a single file
you just drop into a directory and use to compile stand-alone .cs
files in a very simple manner. It might even automatically recompile
whenever the .cs file is saved ...


Not sure its exactly what you want, but this might help...

SnippetCompiler: http://www.sliver.com/dotnet/SnippetCompiler/

It has some issues, but it works pretty well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top