[plt-scheme] Reading/writing hash-tables

From: Ethan Herdrick (info at reatlas.com)
Date: Wed Oct 31 00:43:59 EDT 2007

Ah, well, there I go shooting my mouth off.  Should have read your
question more carefully.  Thanks for the tip, David.

On 10/30/07, David Van Horn <dvanhorn at cs.brandeis.edu> wrote:
> Ethan Herdrick wrote:
> > What you need is a hash table literal and we don't have that,
>
> Chapter 11 of the MzScheme language manual says:
>
>     Expressions of the form #hash((key-datum . val-datum) ···) are
>     literal immutable hash tables.
>
> Hash literals exist; my issue is that they are written in a way that
> cannot be read---as far as I can tell---when val-datum is a list.
>
> David
>


Posted on the users mailing list.