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]

Re: Change in printing of Scheme values


Per Bothner wrote:

> Just a note in a change to how Kawa writes values to output ports.
> Note that this is an incompatible change, and differs from R5RS
> and most Scheme implementations, but I think it is an improvement.
> 
> The change is that if two "word" values are written in a row, a space
> is written between them.  A word is most Scheme values, including
> numbers and lists.  A Scheme string is treated as a word by write,
> but not by display.
> ...

I can see the convenience in using this feature, but I think the
compatibility issues mean that it should have a switch to control it.

And Happy Open Source Java Day to everyone!

http://www.sun.com/software/opensource/java/

Jim


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