This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: disassembling functions


On 09/29/2009 07:10 AM, Helmut Eller wrote:
I'm guessing that cases like
    (disassemble (lambda (x) x))

That is more work than seems justified. The problem is figuring out the method name of the anonymous function.

I did fix it so it doesn't throw NullPointerException.

However, this works:

(disassemble (lambda (x) name: "anon1" x))

or
    (disassemble cdr)
could be handled with a bit of extra work.

I got cdr working.


Anyway, thank you for the good work!

Have fun! -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]