[racket] internal define in define

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Wed Sep 21 22:43:41 EDT 2011

On Wed, Sep 21, 2011 at 10:24 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
>
> Did anyone check and see if there are any uses of (define <x> (let ()
> ...)) in the tree or on planet?

I know I've used this idiom, and even more:

(define-values (x y) (let () ...))

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.