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 の初心者で、次のコードに出会いました。
(let ((foo (list 42))) (setf (rest foo) foo))
REPL を実行しようとすると、永遠にループしているように見えます。