[CM] Strange display behavior
Michael Mee
mike at eggheadgames.com
Thu May 26 02:42:14 PDT 2022
Thanks! Rudy’s example now works with the 26-may-2022 version!
However this does not work as expected yet:
λ (display `(foo . ,(string-append "hello " "there")))
(foo #\h #\i #\space #\t #\h #\e #\r #\e)(foo #\h #\i #\space #\t #\h
#\e #\r #\e)
For comparison, Guile gives:
(foo . hello there)
Thanks as always, Michael
On 23 May 2022, at 18:56, Rudolf Adamkovič wrote:
> Hello smart people!
>
> I have just updated to 7aa20a28a95026b76a743d95b6a07729beac0dc5 and
> observe:
>
> λ (display '(foo . "hello"))
> (foo . "hello")(foo . "hello")
>
> λ (display `(foo . "hello"))
> (foo #\h #\e #\l #\l #\o)(foo #\h #\e #\l #\l #\o)
>
> Do we expect this?
>
> Rudy
> --
> "Genius is 1% inspiration and 99% perspiration."
> -- Thomas Alva Edison, 1932
>
> Rudolf Adamkovič <salutis at me.com> [he/him]
> Studenohorská 25
> 84103 Bratislava
> Slovakia
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20220526/51b93efb/attachment.html>
More information about the Cmdist
mailing list