On Nov 15, 2007 10:09 AM, David Welton <[EMAIL PROTECTED]> wrote: > > I realize most of you guys probably just use reflection at run time, > but do you know of anything like SWIG that takes a class, looks at it, > and then spits out code?
Spits out code to the what, David? Swig allows many languages (including Java) to use C/C++ libraries so Swig spits out Java code already. Groovy can dynamically compile code to avoid the need to do reflection in the MetaClass - perhaps that's what you are after? John Wilson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
