From: Robert Klemme Date: 2006-09-01T17:10:28+09:00 Subject: Re: Can I see method source code? On 01.09.2006 09:23, Jeremy Tregunna wrote: > > On 06-09-01, at 02:45, femto gary wrote: > >> hello all, Can I see method source code, >> like in javascript, when you generate a function, >> you can call to_string on it to see its source code. >> It's especailly useful when you examine other's code >> or dynamic generating func/method. > > No, there are only a few languages I can think of (okay, 2) that allow > this: the aforementioned javascript, and Io; Ruby does not. Just out of curiosity: what about Lisp? robert