Results 54 comments of John Cowan

Those appear to be XCCS 1.3.3.0 and XCCS 1.2.2.0 respectively, both of which were superseded by XCCS 2.0. There never was an XCCS 3.0 from Xerox, so I'm using that...

By the way, the gist is now greatly enlarged, and thanks to the architectural changes, we see that there is enough space to do all the most important CJK characters,...

> I think that adding to the XCCS/Unicode map is generally a good thing to do, but it probably won't have much impact on Medley or existing Medley files, in...

> I think that bidi comes later on the incremental path, and presumably only applies reliably to Tedit-format files (I doubt that Tedit does bidi now, but maybe John did...

See #906 for further development.

See #906 for further development.

As the chair of the R7RS-large working group, I support this effort. Here are some further suggestions for base-level R6.1RS libraries along with sample proposals: 1) Sockets: [SRFI 106](http://srfi.schemers.org/srfi-106/srfi-106.html). This...

It would also be good to make it downloadable as a standalone executable from somewhere. I am primarily interested in Scheme varieties, and would prefer not to have to compile...

I'm not sure what "empty in general" would mean. () is specifically the empty list (as opposed to the empty vector or the empty string or whatever). It would probably...

I recommend that you resolve this by using Racket pairs instead of mpairs, and simply noting that set-car! and set-cdr! are not supported in #lang r7rs. It's not perfect from...