public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* pprint bug ?
@ 2023-10-16 21:52 Damien Mattei
  2023-10-17  6:49 ` Damien Mattei
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Mattei @ 2023-10-16 21:52 UTC (permalink / raw)
  To: kawa mailing list

hello,
i find something strange in pprint:

(import (kawa pprint))
(pprint '(include "../../Scheme-PLUS-for-Kawa/rec.scm"))

will output:
(include ../../Scheme-PLUS-for-Kawa/rec.scm)

which is no more an s-expr , it has wiped out the " " of the string,
and it is bugging my code

isn't it more normal to output:
(include "../../Scheme-PLUS-for-Kawa/rec.scm")

?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-17  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 21:52 pprint bug ? Damien Mattei
2023-10-17  6:49 ` Damien Mattei
2023-10-17  7:11   ` Damien Mattei
2023-10-17  7:23     ` Damien Mattei
2023-10-17  7:38       ` Damien Mattei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).