Why (eq? (quote a) (quote a)) is #t but (eq? (quote (a)) (quote (a))) is #f? I would expect that if (quote (a)) was a mutable pair but it is not since (quote (a)) returns #f. It seems that guile returns #t as I was expecting.
-- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAAmHZof2uu7hkU4eMNz510UFOX4Pn5RUhj08_zHobqCcshdhug%40mail.gmail.com.