... I think this is not impossible ( have a little bit experience in jvm )
I know this is a long term project, but it is interesst for me and get start it in any case.
What think the forum about this unorthodox way, I explained in the attechment ?
Reinhard
Comments
Seriously, NO!
@heater: where (I am really interesst)
thanks
Reinhard
If you want to take it outside, then by all means, go for it!
Propeller Java implementations:
http://propeller.wikispaces.com/Programming+in+Java
or
http://forums.parallax.com/showthread.php?110317-Propeller-JVM-Project-PASM-Java-VM
the last is a very long thread, I have not know it and go reading,
Hope I have not drop a brick,
thanks
Reinhard
I'm a Java fan. Looks like it would be a good GCC exercise.
I have a PASM JVM for Propeller. It's essentially a Java 1.1 VM without garbage collection (GC - has a bug in it).
Rut roh Elroy.
I'd be surprised if you can find a forth interpreter written in C.
wow respect, jvm in asm is really cool!
years ago, I tried a jvm in asm for the PIC17C42, at this time this was the high end µC from microchip.
but it wasn't so the hit.
With 32bit target and gcc I see a real chance for me.
btw. I am not so the purist for the java language, but a view under the hook, the virtual machine in scope, is a fascinating matter.
thanks
Reinhard
One possible candidate... http://www.softsynth.com/pforth
Indeed
@Reinhard,
PropJVM was written mostly by Peter Verkaik (with contributions from me and hippy). That was the starting point for the PASM JVM. I translated it from Spin to PASM except for the Native interface code which I kept as is.
It would be fairly easy to translate PropJVM from Spin to C - it's just a lot of work. That could be a basis for a Java2 VM though. Then all kinds of things could open up like AWT GUIs, etc....
(There are also Fortran, Ada, and Go front ends for GCC in the main distribution.)
Eric