chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Changing string representation for records


From: Chris Mueller
Subject: [Chicken-users] Changing string representation for records
Date: Sun, 22 Sep 2013 23:58:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8

Hi,

i've currently a generell question about string representation/output for records within the
chicken interpreter.

Assume:

(define-record matrix rows cols data)

#;1> (make-matrix 2 1 (f64vector 1 2))
#<matrix>

Is there any possibility to specify the string output for this record instance?

This would be great :)

Chris



reply via email to

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