David Welton 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?

Kawa does reflection at compile-time.  So you can extend a Java class,
call methods, access fields, etc, in Kawa-Scheme, and it gets compiled
to efficient byte-code.

Of course, in a language with "eval" and "load", the distinction between 
compile-time and run-time is somewhat fluid!
-- 
        --Per Bothner
[EMAIL PROTECTED]   http://per.bothner.com/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to