20 minutes ago, Robby Findler wrote: > Isn't this: > > (define-values (a b) > (values (lambda (x) 1) (lambda (x) 2))) > > supposed to name things properly already?
I don't think that it ever worked. (It would need a more complicated name property, which accounts for the names of multiple values.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev