Hi folks,

It seems that if I (incorrectly) quote a symbol in a 'define' form, it breaks 
all symbols from that point on. I would expect instead it would give me an 
error saying that I passed the wrong sort of thing to 'define', and not break 
future use of symbols. Is this a bug?

Welcome to DrRacket, version 6.2.1 [3m].
Language: racket; memory limit: 128 MB.
> 'foo
'foo
> 'bar
'bar
> (define 'foo 5)
> 'foo
. . foo: undefined;
 cannot reference an identifier before its definition
> 'bar
. . bar: undefined;
 cannot reference an identifier before its definition
> 

Thanks,
Lyle

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to