mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] Printing slices.


From: Chris Hanson
Subject: Re: [MIT-Scheme-devel] Printing slices.
Date: Fri, 15 Mar 2019 13:17:40 -0700

Looks like the hack I put into the printer was a mistake.
I'll fix it.

On Thu, Mar 14, 2019 at 5:54 PM Matt Birkholz <address@hidden> wrote:
I'm having fun with string slices except that they look like this:

#[%record 42]

The easiest way I've found to make them look like strings is this:

(define-print-method %record? #f)

That is probably not the right thing, but I'm hopeful most of the things I want to see are not unhandled %record?s.

_______________________________________________
MIT-Scheme-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]