[plt-scheme] hooking into the default read handler

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Wed Mar 23 07:37:17 EST 2005

L.S.,

In mzscheme, is it possible to define a reader/writer for custom
types?

Suppose e.g.:

(type object-identifier) would be written like: $oid:<number>.

Is it possible to add a handler for this type to the default read/write
handler functions for 'read' and 'write'?

--
Hans



Posted on the users mailing list.