Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Java piler..

From: mh983:attbi at: 19-Mar-2003 18:07

It would be possible to do this, but would not be simple. It's possible because all you're doing is parsing java code and outputting the bytecode to a .class file in the proper format. But it would require an intimate understanding of the java language and class file format. The best bet would probably be to serach out an open source java compiler and "port" the code to REBOL, if that's what you really want. Unless of course your goal is to learn about all this stuff, in which case just grab the Java Language Spec and the VM spec and get started... Terry Brownell wrote: