[plt-scheme] quasiquote-style output
This is fixed in v299.
Robby
At Mon, 22 Nov 2004 14:25:25 -0500, Doug Orleans wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Jens Axel Søgaard writes:
> > <http://schemecookbook.org/view/Cookbook/StructuresReadingAndWriting>
>
> Whoa, cool. And it even does cycles and sharing! I wish I'd thought
> to ask whether something like this existed, it'd have saved me a lot
> of time writing serialization/unserialization code.
>
> Now if only it did the right thing for hash tables:
>
> > (print-convert (hash-table ('x 1) ('y 2)))
> (make-hash-table)
>
> --dougo at place.org