#;3> (with-output-to-file "/tmp/2" (lambda () (serialize (list 1 2 3)))) #;4> (with-input-from-file "/tmp/2" (lambda () (deserialize))) Error: bad argument count - received 4 but expected 2 Call history: :5 (with-input-from-file "/tmp/2" (lambda () (deserialize))) :5 (lambda () (deserialize)) :5 (##core#lambda () (deserialize)) (##core#begin (deserialize)) :5 (deserialize) :5 (with-input-from-file "/tmp/2" (lambda () (deserialize))) :5 (deserialize) s11n.scm:161: scheme#make-vector s11n.scm:266: fetch s11n.scm:183: getb ##sys#read-char/port s11n.scm:242: chicken.io#read-string s11n.scm:243: bytes_to_block <--