Re: New language on JVM?
BGB <cr88192@hotmail.com> writes:
in my case, I would like (decent) C and C# support...
The memory model might be a problem with C. C allows to get
(and sometimes print) the addresses of objects and functions
and to allocate structures on the heap, to get the offset of
structure members and so on.
There is at least one Intel-PC-Emulator (386 based) for the
JVM: This will allow you to run 386 code which can come from
a C or C++ compiler on the JVM. An approach without such an
additional layer might not be possible. Possibly, you also
could install Microsoft? Windows and then run C# code.
However, it should be very difficult to access the real
environment in this case.
also maybe dynamic compilation, ...
We already have this in the JDK (but not in the JRE).
I am doing my own implementation of the JVM,
This should take a lot of time, but are you getting paid
for it? If not, it is really admirable if your are able to
manage your life in such a way that there even is enough
time for such projects!