Hi David, For my Aejaks project, I wrote a tool that creates an Incr Tcl class based on a Java class. Various options allow methods overridden, extra code injected, method arguments to be dereferenced from Tcl objects to Java objects, and much more. Nearly all of the Tcl code in my project is generated this way.
See itclproxy: http://aejaks.svn.sourceforge.net/viewvc/aejaks/aejaks/tools/itclproxy.tcl?view=markup Bruce Johnson did a similar technique for Swank, but his system generated Java code for Jacl commands, wrapping Swing classes into Tk-like objects. I don't see his generation code in CVS, you may have to ask him for it. Aejaks: http://aejaks.sf.net Swank: https://swank.dev.java.net/ and: http://onemoonscientific.com/swank/index.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
