[plt-scheme] hash tables
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>