[CM] [Rudolf Adamkovič] Strange display behavior

Rudolf Adamkovič salutis at me.com
Mon May 23 04:04:26 PDT 2022


We now have:

λ (equal? '(foo . "hello") `(foo . "hello"))
#f

That does not look right, does it?

Rudy

> λ (display '(foo . "hello"))
> (foo . "hello")(foo . "hello")
> 
> λ (display `(foo . "hello"))
> (foo #\h #\e #\l #\l #\o)(foo #\h #\e #\l #\l #\o)

-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič <salutis at me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia
-------------------- End of forwarded message --------------------

-- 
"Programming reliably -- must be an activity of an undeniably
mathematical nature […] You see, mathematics is about thinking, and
doing mathematics is always trying to think as well as possible."
-- Edsger W. Dijkstra, 1981

Rudolf Adamkovič <salutis at me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



More information about the Cmdist mailing list