El 31/12/21 a las 18:44, Mariano Montone escribió: > Yes, but in the rest of the system you also get "objects" all the time > too. For example, consider this: > > (eq '(hello world) (hello world)) I made a typo. It should be: (eq '(hello world) '(hello world)) => nil