Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構造的平等の観点から、
(equal? (list 'a 'b))true と評価されるのに false と評価されるのはなぜ(equal? (list 2 'b) '(2 'b))ですか?
(equal? (list 'a 'b))
(equal? (list 2 'b) '(2 'b))