On Mon, Feb 15, 2016 at 1:39 PM, Neil Van Dyke <n...@neilvandyke.org> wrote:
> Fred Martin wrote on 02/15/2016 12:21 PM: > >> https://docs.racket-lang.org/reference/serialization.html, which allowed >> me to save my object in my definitions buffer along Neil's suggestion. :) >> > > Be aware that the serialize format is Racket-version-specific, so > implications for serialized values pasted into files. > Just to clarify/get clarification: Serialized data does carry a version tag, but it does not seem to be pegged to the Racket version that created the structure. The FASL format IS very much tied to the Racket version. Serialize seems, essentially, a very verbose, readable format. At least, that has been my experience with serialize/FASL, and what I seem to get from the documentation. But, I want to make sure I'm not confused. Cheers, Matt -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.