This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Configuring the repl to display strings with quotes


Hi folks -

Is there a way to make the repl show strings with quotes around them?
In other words, instead of this:
(abc def gef)

I want this:
("abc" "def" "gef")

Of course that list could have been this instead:
("abc" "defgef")

or one of several other things, which is why I don't like the default behavior.

Thank you

-Ethan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]