[plt-dev] some Racket proposals & implementation

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sat Apr 3 22:06:18 EDT 2010

On Sat, Apr 3, 2010 at 10:01 PM, Eli Barzilay <eli at barzilay.org> wrote:
>
>> They are not anywhere close to easily-enough distinguishable that they
>> should be the same form.  This is just asking for confusion.
>
> I'm talking about the one that looks like a lambda:

I know.  I think these look *much* too similar:

(define-struct (m x y))
(define-struct m (x y))

since they have *totally* different semantics.  The way we separate
semantics is by having separate bindings.
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.