[racket-dev] Instantiation syntax of `new`

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Fri Feb 1 15:55:41 EST 2013

On 2013-02-01 15:35:23 -0500, Ryan Culpepper wrote:
> It's ambiguous:
>
>   (new c% (x y))
>
> could mean "pass y for initialization argument x" or "pass (x y) as
> the first positional argument".

Oh right, thanks. I'll go back to the drawing board.

Cheers,
Asumu

Posted on the dev mailing list.