"Razii" <> wrote in message
news:...
> On Fri, 2 May 2008 21:40:02 -0700, "Chris Thomasson"
> <> wrote:
>
>>The JVM your using is most likely written in C/C++.
>
> Jet native compiler is not written in C++.
>
>>That means that the memory allocator is written in C/C++.
>
> True, for Hotspot VM where probably VM, written in C++, allocates
> memory.
<...>
> The compiler itself doesn't have to be
> fast (you can even write a compiler in Perl) but it has to generate
> machine code that is as best optimized as possible.
The only people that would write a compiler for a serious programming
language in Java are those that have to

And you can bet they'd be itching for the day they can bootstrap it.
> At least theoretically, even if it's not yet true,
Nah... Everybody knows Java's slow as old boots. Take my advice. Don't write
your compiler in Java. It'll be too clumsy for any serious use.
regards
Andy Little