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.
私は Common Lisp の初心者で、チュートリアルを行っていますが、理解できません。
(equal '(reverse (a b)) '(b a)))
nil を返します。
どうぞよろしくお願いいたします。
M.