From: Grant Rettke (grettke at acm.org) Date: Sun Sep 30 19:37:34 EDT 2007 |
|
On 9/30/07, Jakub Piotr Cłapa <jpc at pld-linux.org> wrote: > Carl Eastlund wrote: > > Eval only works on global variables. In your example, x is a field > > bound in a specific object. > If you want to eval in some other context either wrap it with a lambda > and call the returned value or play with namespace-* functions. How would I use lambda to go about getting the desired effect?
Posted on the users mailing list. |
|