[Mono-list] Fw: Need some MCS info
Miguel de Icaza
miguel@ximian.com
04 Aug 2001 17:01:16 -0400
> 1. Can i know how all this stuff works, I mean why csc.exe is used to =
> generate compiler
Since the compiler is written in C#, we are using the only existing C#
compiler available to generate CIL executables.
> 2. How will this work on linux or unix?
We will run the CIL executable with the `mono' virtual machine (that
is being developed in parallel).
> 3. Is this going to change?
Yes. But currently we do not have a self hosting environment to
develop classes nor the compiler.
Miguel.