Re: Do you have a Road Map?
- From: Brian Moelk <bmoelk@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 14 Aug 2005 15:06:43 -0700
Again this clearly points out a complete misunderstanding of .Net. OneOk perhaps "need" is the wrong word; mono clearly has an interest in making their C# compiler and the C# language work with mono. If there is only one language/compiler that will work on mono, it will be their C# compiler.
of the whole points of the CLR is to be *language neutral*.
No, I understand the whole CLR/language neutral stuff. Perhaps, what I wrote wasn't clear. If mono chose to support only one language, contrary to the whole point of CLR/language neutral stuff, they would support C#. If they only have the resources to make one language work, it would be C#. Certainly their goal is to make all of the languages that conform to the CLR work.
All
languages emit IL and it is that IL that must meet standards and that
their runtime must implement. Mono is not being implemented *at all*
against C#, it is being implemented against the CLR.
Sure.
Indeed if they
*were* coding against C# specifically (or limiting their CLR
implementation to only the IL that can be produced by their own C#
implementation) then they would be failing miserably and deservedly so
and any sane developer would be running away from Mono as fast as
possible.
Agreed.
If they were really doing it this way then there is no way you could depend on Microsoft's C# compiler to be compliant with Mono either since it may be different than Mono's, and could be changed / enhanced at any time to implement additional CLR features.
Understood.
Which is *exactly* the same response you'll get from Microsoft if you have a problem with code you produce using C# or VB.Net in Visual Studiio which fails on Mono.
Yes, but if I take that C# code and compile it via mono's compiler, I would have a much better chance of getting support from the mono guys than if I took the IL from Delphi for .NET to them, IMO.
-- Brian Moelk bmoelk@xxxxxxxxxxxxxxxxxxxxxxxxxxx http://www.brainendeavor.com
.
- Follow-Ups:
- Re: Do you have a Road Map?
- From: Dave Nottage [TeamB]
- Re: Do you have a Road Map?
- References:
- Re: Do you have a Road Map?
- From: Wayne Niddery [TeamB]
- Re: Do you have a Road Map?
- Prev by Date: Re: Do you have a Road Map?
- Next by Date: Re: Do you have a Road Map?
- Previous by thread: Re: Do you have a Road Map?
- Next by thread: Re: Do you have a Road Map?
- Index(es):
Relevant Pages
|