Another way to ask the question is why is it possible to execute 
(let ([x 'uuu])
  (set! x 'a)
  x)

and 

(let ([x 'uuu])
  (define x 'a)
  x)





____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to