Re: reading/writing strings
Michael Sperber <[email protected]> Sun, 04 Nov 2012 13:49:30 +0100
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Heath Putnam <[email protected]> writes: > If you type "'" at the command line, the system writes back "\'". > If you type "\'" in, the system fails, because read doesn't expect #\' > to be escaped. Bug. But you're using 1.8, right? This is fixed in the development code (which had a number of write/read invariance errors), where "'" prints as "'". -- Regards, Mike