[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paul Graham's PyCon Keynote




On Donnerstag, April 10, 2003, at 12:20  Uhr, Michael Vanier wrote:

>>
>> I suppose you could develop your own mechanisms through run-time
>> loading, and clean up that interface through more macros. But my
>> intuition is that you'd have trouble coordinating between separate
>> invocations of the macros, and that it would be tough to make your
>> run-time hand-loading of classes consistent with whatever benefits
>> you're supposed to get from the static type compilation.

See http://javalab.iai.uni-bonn.de/research/jmangler/ for a tool that 
addresses some of these concerns.


Pascal