[Mono-list] C++ to CIL compilers?
Scott Boston
scott@spacehug.com
Sun, 20 Jan 2002 13:38:23 -0800
The free-for-download MS .NET SDK also includes command-line compilers
for C#, VB, JavaScript, and C++. Many other languages have
compilers-to-IL available from non-MS sources as well, such as Perl,
Eiffel, etc.
Be sure to read the MS compilers EULAs before using, of course ;)
> -----Original Message-----
> From: mono-list-admin@ximian.com
> [mailto:mono-list-admin@ximian.com] On Behalf Of Dick Porter
> Sent: Sunday, January 20, 2002 1:03 PM
> To: mono-list@ximian.com
> Subject: Re: [Mono-list] C++ to CIL compilers?
>
>
> On Sun, 2002-01-20 at 21:02, Felix Breuer wrote:
> > Hello!
> >
> > Are there any C++ to CIL compilers _except_ Visual C++?
> >
> > The idea of making component programming and reuse language
> > independent is IMO the best thing about .NET/Mono. But I
> hardly found
> > any compiler apart from MS's development suites targeting
> the CIL. As
> > only a C# compiler is planed as part of the Mono Project and as the
> > GCC Project does apparently not plan to add a CIL backend,
> do I have
> > to invest a substantial sum of money (that I don't have) in
> a set MS
> > compilers to start using Mono (using a language other than C#)?
>
> You basically have 3 choices:
>
> 1) Use the free Mono with c#
> 2) Pay for visual c++
> 3) Write a c++ frontend for Mono
>
> There is already an effort to write a VB.net Mono frontend,
> so the compiler infrastructure for multiple parsers should be
> there already.
>
> - Dick
>
>
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-> list
>