[plt-scheme] hash tables

From: John Clements (clements at brinckerhoff.org)
Date: Tue Jul 15 16:40:37 EDT 2008

On Jul 15, 2008, at 1:35 PM, Ivanyi Peter wrote:

> Hi again,
>
> Sorry to trouble, but how can I use the make-hash function in
> PLT-Scheme v. 402.
> I have tried all sorts of language settings, but it always says
> "reference to undefined identifier: make-hash"
> Should I require a library? I cannot find it in documentation.

This is probably a language issue. In particular, make-hash isn't  
present in the "mzscheme" language, but it is present in the "scheme"  
language.  Try evaluating this in the "Module" language level:

#lang scheme

make-hash



Hope this helps (NNTR),

John Clements

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2484 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20080715/c0257741/attachment.p7s>

Posted on the users mailing list.