From: Michael Richter Date: 2007-09-09T12:51:38+09:00 Subject: Re: The scope of local variables -- where are they? On 09/09/2007, Logan Capaldo wrote: > On 9/8/07, Bernardo Monteiro Rufino wrote: > > I know I can user defined? to test if they are defined, but is there any way > > to get them throught metaprogramming? > > > No (except for eval). What do you want to acheive? Whatever it is, > there is probably another way, barring wanting to mess with local > variables for the sake of messing with local variables. > > > > -- > > Bernardo Rufino > > > > One use I could see for reflection on local variables is debugger support. You've run to a breakpoint; what is the full program state?