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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to