[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: hash table



It doesn't look like the MzScheme libraries have procedures for directly
manipulating hash tables in C.

But you can evaluate Scheme expressions in C that produce and otherwise
manipulate hash tables.

You probably want to use primitives like scheme_eval_string() and
scheme_apply().

-- Paul

> -----Original Message-----
> From: owner-plt-scheme@fast.cs.utah.edu [mailto:owner-plt-
> scheme@fast.cs.utah.edu] On Behalf Of Paul Argentoff
> Sent: Thursday, February 21, 2002 1:33 PM
> To: plt-scheme@fast.cs.utah.edu
> Subject: hash table
> 
> Hello world!
> 
> How can I make a hash table and pass it to scheme function from within
> embed-
> ding C code? Can I do it at all?
> --
> Yours truely, WBR, Paul Argentoff.