Discussion:
dictionary ADT
erana Owl
2012-01-13 18:16:29 UTC
Permalink
Hi,

I've made a dictionary for s48,
find / -name "scgameutil.scm"

should fetch it out of my current s48 repository: the s48 version 0.1.13
tarball http://soft.vub.ac.be/~jceuppen/scheme/

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

Cya,
Johan
RT Happe
2012-01-14 12:56:14 UTC
Permalink
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

Loading...