I would like to distribute my .NET programs without the .NET framework. Is it possible to compile a .NET program to machine code?
I'd always thought it would be cool to compile c# to machine code directly without the CLR dependency though....