[plt-dev] some Racket proposals & implementation
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