[racket-dev] And/or as procedures when not in application position

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Dec 10 23:10:50 EST 2012

On Mon, Dec 10, 2012 at 11:05 PM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
>
> If you can make syntax identifier thingies like and behave as in a short-cutting way when they are used in a context such as andmap, I have no objections.

You would need a different list operation -- you can't express
`andmap` in terms of `foldr` no matter what you do with `and` (but you
surely know that).

Sam

Posted on the dev mailing list.