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

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

[MIT-Scheme-devel] Printing slices.


From: Matt Birkholz
Subject: [MIT-Scheme-devel] Printing slices.
Date: Thu, 14 Mar 2019 17:41:32 -0700
User-agent: Evolution 3.30.1-1build1

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.


reply via email to

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