[racket] serializability of ISL structures?

From: Norman Ramsey (nr at cs.tufts.edu)
Date: Sat Nov 16 11:57:35 EST 2013

A structure is defined with `define-struct` in Intermediate Student Language.
Is it serializable?   That is, can it be written and then re-read
successfully with `write` and `read`?  If not, is there a way to make it so?
(I have found the function `make-serialize-info` in the racket/serialize
library, but the documentation relies on Racket concepts that I have not
yet learned.)


Norman

Posted on the users mailing list.