Re: GoTo in Java
- From: "Richard" <riplin@xxxxxxxxxxxx>
- Date: 27 Jan 2006 13:40:57 -0800
> .NET is a big step towards the system I'm thinking, where everyone
> writes code in whatever language they are most familiar with,
> and it all compiles to MSIL
That is only true to the extent that you can write C# programs in any
syntax, but they still have to be C# programs.
Just like the saying: "Real programmers can write FORTRAN programs in
_any_ language", the MSIL compiled programs have to be written as if
one were writing C#.
Note that .NET can also run 'unmanaged' programs which are not MSIL and
therefore do not have to be restricted to what C# can do.
.
- References:
- GoTo in Java
- From: Howard Brazee
- Re: GoTo in Java
- From: Oliver Wong
- Re: GoTo in Java
- From: Frank Swarbrick
- Re: GoTo in Java
- From: Oliver Wong
- Re: GoTo in Java
- From: Richard
- Re: GoTo in Java
- From: Oliver Wong
- Re: GoTo in Java
- From: Richard
- Re: GoTo in Java
- From: Oliver Wong
- GoTo in Java
- Prev by Date: Re: GoTo in Java
- Next by Date: Re: GoTo in Java
- Previous by thread: Re: GoTo in Java
- Next by thread: Re: GoTo in Java
- Index(es):
Relevant Pages
|