Re: dictionary ADT

RT Happe <[email protected]> Sat, 14 Jan 2012 13:56:14 +0100
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
2012-01-13; erana Owl wrote:

> This one should be fixed inside scsh after some hacking as this is a =
very useful datatype (apart from a map.)


In the meantime, scsh offers hash tables (in structure TABLES inherited =
from s48).
,open tables to access the procedures; cf. the s48 manual > Libraries > =
Hash Tables:

  http://www.scsh.net/docu/s48-manual/s48manual_44.html
  http://s48.org/1.8/manual/manual-Z-H-6.html#node_sec_5.12


rt