[Mono-list] Hmmm.

Garrett Serack gserack@experientia.org
Wed, 22 May 2002 07:40:13 -0600


                                                                          
What's the feasability at this point in time of making an In-memory 
compiler out of Mono's C# compiler.  I'm just kinda puttering around 
with the .NET scripting stuff for MS's .NET, but the only language that 
is supported with just the .NET runtime is JScript. (Not that I mind 
terribly.) In order to even support C# compiling, the user must have the 
Full Framework.

So, I started thinking that Mono has a c# compiler, and I wonder if you 
think it would take me much work to adapt that for use in a scripting 
solution.

This would go nicely with an open-source(BSD License) VSA replacement 
I'm currently working on, and I'd like to support more languages, 
without the need for the end application to rely on the full Framework.

Garrett