"Compiler as a service" in C# 4.0

2010-01-05 Thread Bill Baxter
This blog post points to part of a talk by Anders Hejlsberg at PDC talking about where they're going with C# 4.0: http://dobbscodetalk.com/index.php?option=com_myblog&show=C-Sharp-4.0-with-a-REPL-Read-Eval-Print-Loop-.html&Itemid=29 The part of this vid http://channel9.msdn.com/pdc2008/TL16/ which

Re: "Compiler as a service" in C# 4.0

2010-01-05 Thread Andrei Alexandrescu
Bill Baxter wrote: This blog post points to part of a talk by Anders Hejlsberg at PDC talking about where they're going with C# 4.0: http://dobbscodetalk.com/index.php?option=com_myblog&show=C-Sharp-4.0-with-a-REPL-Read-Eval-Print-Loop-.html&Itemid=29 The part of this vid http://channel9.msdn.co

Re: "Compiler as a service" in C# 4.0

2010-01-05 Thread Nick Sabalausky
"Bill Baxter" wrote in message news:mailman.7.1262710304.4461.digitalmar...@puremagic.com... > This blog post points to part of a talk by Anders Hejlsberg at PDC > talking about where they're going with C# 4.0: > http://dobbscodetalk.com/index.php?option=com_myblog&show=C-Sharp-4.0-with-a-REPL-Re

Re: "Compiler as a service" in C# 4.0

2010-01-05 Thread Jussi Jumppanen
Nick Sabalausky Wrote: > I thought C# compiling was already part of the .NET library...? It is. Class: CSharpCodeProvider Namespace: Microsoft.CSharp Assembly: System (in System.dll) Provides access to instances of the C# code generator and code compiler.

Re: "Compiler as a service" in C# 4.0

2010-01-05 Thread Andrei Alexandrescu
Jussi Jumppanen wrote: Nick Sabalausky Wrote: I thought C# compiling was already part of the .NET library...? It is. Class: CSharpCodeProvider Namespace: Microsoft.CSharp Assembly: System (in System.dll) Provides access to instances of the C# code generator and code compiler. The REPL

Re: "Compiler as a service" in C# 4.0

2010-01-06 Thread Tim Matthews
On Tue, 05 Jan 2010 21:00:13 -0600 Andrei Alexandrescu wrote: > Jussi Jumppanen wrote: > > Nick Sabalausky Wrote: > > > >> I thought C# compiling was already part of the .NET library...? > > > > It is. > > > > Class: CSharpCodeProvider > > Namespace: Microsoft.CSharp > > Assembly: System (i