From: Eli Barzilay (eli at barzilay.org) Date: Sun Apr 24 23:10:21 EDT 2011 |
|
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!
Posted on the dev mailing list. |
|