From: Eli Barzilay (eli at barzilay.org) Date: Tue Mar 11 11:18:09 EDT 2008 |
|
On Mar 11, Grant Rettke wrote: > On Tue, Mar 11, 2008 at 9:17 AM, Matthias Felleisen > <matthias at ccs.neu.edu> wrote: > > you should design your object system so that the closures are > > hidden and disjoint from real closures. > > Roughly, how does one do that? http://docs.plt-scheme.org/reference/procedures.html#(def~20(~23~25kernel~20prop~3aprocedure)) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|