[racket] Nested hash table update

From: Jos Koot (jos.koot at telefonica.net)
Date: Sun Jul 10 12:33:46 EDT 2011

In order to reach a deeply nested target, you would need all keys along the
path to the target.
It should not be difficult to do the job recursively over the list of keys.

Jos 

-----Original Message-----
From: users-bounces at racket-lang.org [mailto:users-bounces at racket-lang.org]
On Behalf Of Ramakrishnan Muthukrishnan
Sent: domingo, 10 de julio de 2011 17:58
To: users at racket-lang.org
Subject: [racket] Nested hash table update

Hi,

Is there a way to use hash-set on a nested hash table and set the
value of a deeply nested key and return the entire updated hash table
?

-- 
  Ramakrishnan

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users




Posted on the users mailing list.