From: Casey Klein (clklein at cs.uchicago.edu) Date: Mon Mar 24 15:35:19 EDT 2008 |
|
In Lazy Scheme, the behavior of the character lambda differs from the behavior of the word `lambda': #lang lazy ((lambda (x) 42) ((λ (x) (x x)) (λ (x) (x x)))) ; terminates ((λ (x) 42) ((λ (x) (x x)) (λ (x) (x x)))) ; does not terminate Is this intentional? Thanks, Casey
Posted on the users mailing list. |
|