Re: GoTo in Java
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 21:34:42 GMT
"Michael Wojcik" <mwojcik@xxxxxxxxxxx> wrote in message
news:dr86lm018pk@xxxxxxxxxxxxxxxxxxxx
>
> I've seen countless lines of C++
> struggling to perform what could be done with far less effort - and
> far fewer bugs - in OCaml.
I played around with a .NET introspection tool. For any given code
compiled to the .NET platform (regardless of what language it was originally
written in), the tool could decompiled the bytecode into C#, VB.NET or MSIL.
It'd be nice if, in the near future, all programming languages could be
compile to some platform neutral IL, which could be run on any hardware
(with sufficient computational power -- I'm not expecting miracles like
running Windows XP on my wristwatch), and then be decompiled in this
fashion.
Availability of software would no longer be a problem or factor in OS
selection.
The source code within a single file (or "compilational unit") could be
written in a dozen different programming languages, and with a sufficiently
smart IDE, you could just highlight any block of code and translate it to
the language of your choice.
You could write your simple OCaml code, and me, not being an OCaml guy,
would highlight it, right click, and choose "View as Java", say to myself
"Oh... so that's what this does..." and change it back and continue coding
some other part of the system.
- Oliver
.
- Follow-Ups:
- Re: GoTo in Java
- From: Michael Wojcik
- Re: GoTo in Java
- From: Sergey Kashyrin
- Re: GoTo in Java
- From: Frank Swarbrick
- Re: GoTo in Java
- References:
- GoTo in Java
- From: Howard Brazee
- Re: GoTo in Java
- From: Richard
- Re: GoTo in Java
- From: Michael Wojcik
- 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
|