Related articles |
---|
ANDF [Architecture Neutral Distribution Format] and TDF - What is th ck@kuckuk.com (Carsten Kuckuk) (2001-08-17) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What kahrs@iSenseIt.de (=?iso-8859-1?Q?J=FCrgen?= Kahrs) (2001-09-16) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What is kahrs@iSenseIt.de (=?iso-8859-1?Q?J=FCrgen?= Kahrs) (2001-09-20) |
Re: JVM as UNCOL, was ANDF/TDF joachim_d@gmx.de (Joachim Durchholz) (2001-10-06) |
Re: JVM as UNCOL, was ANDF/TDF gmc444@yahoo.com (2001-10-10) |
Re: JVM as UNCOL, was ANDF/TDF joachim_d@gmx.de (Joachim Durchholz) (2001-10-12) |
Re: JVM as UNCOL, was ANDF/TDF asunil@csa.iisc.ernet.in (Sunil Kumar Anand) (2001-10-12) |
Re: JVM as UNCOL, was ANDF/TDF jesper@zuschlag.dk (Jesper Zuschlag) (2001-10-13) |
Re: JVM as UNCOL, was ANDF/TDF jesper@zuschlag.dk (Jesper Zuschlag) (2001-10-13) |
Re: JVM as UNCOL, was ANDF/TDF David.Chase@naturalbridge.com (David Chase) (2001-10-13) |
Re: JVM as UNCOL, was ANDF/TDF joachim_d@gmx.de (Joachim Durchholz) (2001-10-13) |
Re: JVM as UNCOL, was ANDF/TDF vbdis@aol.com (2001-10-13) |
Re: JVM as UNCOL, was ANDF/TDF fjh@cs.mu.OZ.AU (2001-10-16) |
Re: JVM as UNCOL, was ANDF/TDF fjh@cs.mu.OZ.AU (2001-10-16) |
[6 later articles] |
From: | Jesper Zuschlag <jesper@zuschlag.dk> |
Newsgroups: | comp.compilers |
Date: | 13 Oct 2001 23:05:14 -0400 |
Organization: | UNI2 Internet Kunde |
References: | 01-08-091 01-09-064 01-09-075 01-10-016 01-10-031 |
Keywords: | UNCOL, Java |
Posted-Date: | 13 Oct 2001 23:05:14 EDT |
Greg C wrote:
> Check me if I'm wrong, but the .Net version of Eiffel# has been
> shipping for three months now. Yes they faced some serious challenges
> getting everything to run, but I don't know that their problems were
> any different than those faced by other compiler vendors (including
> MSoft.)
I have heard that they had to "modify" some of Eiffel's semantic
because it was not supported by the .NET byte code and virtual machine
(or what they call it these days) the most noticeable being the lack
of multiple inheritance (as I was told that Eiffel normally supports
multiple inheritance - I have never used Eiffel so I do not know if it
is true).
An "interesting" consequence of the porting of programming languages
to the .NET framework is that new ".NET-variation" of each language
will emerge having slightly different syntax/semantic and standard API
in order to fit into constrains imposed by .NET. If Microsoft keeps
their dominant position this could mean that the .NET-variations
slowly will replace the standard language specifications and
effectively become de-facto standards, a bit like it happened when
Delphi became the de-facto standard for Pascal
development. Consequently, these "standards" will have to follow
whatever modifications that Microsoft will introduce to the
..NET-platform in the future, effectively giving Microsoft the control
over the further development of these programming languages. Just a
thought...
/Jesper
Return to the
comp.compilers page.
Search the
comp.compilers archives again.