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

[REBOL] Re: Execute rebol from java

From: arolls:idatam:au at: 8-Jan-2002 15:01

Volker, I tried out javacc today, and tested it on a simple .c file, which seemed to do something (not sure what:). But then I realised that what I wanted was compose-like functionality in java. So I am thinking I will make a java class to output a .java file, then javac it, and run the new class with Class.forName("new.class");. I would prefer to do this in memory somehow, too. And if someone else has done this already, or if javac can help this kind of thing. This isn't /really/ important... I just won't feel 100% healthy programming in java until I can do composed code like rebol can... :) Of course, once I have a class that can execute composed java code (in a clean, simple way), I will be so much more powerful. ;) Anton.