Max

Tril tril@tunes.org
Sat, 22 Mar 2003 14:33:45 -0800


I forgot to mention the new format of a Max address is

(ADDR spacekey addrkey)

Where spacekey is the key to the *sos* (space of spaces hash) used by
SPACE-HASH to retrieve the hash for the address's space, and addrkey is
the key to that hash.  ADDR-SPACE is cadr and gives spacekey, and=20
ADDR-VALUE is caddr and gives addrkey.

This format is used by spaces, functions, and booleans only so far.=20
Other types are broken such as strings, pointers, pairs, because they
have not been adapted to the new format yet.  Of course doing so is in
the TODO under "make spaces of all the ADTs..." and is not so easy.  BTW
I added a ton of stuff to the TODO, as I wrote in cvs log:

* More todos, hopefully this will clarify the direction of the project
  a lot from now until around the release of 1.0

If you get some time try to read through it and let me know if it is=20
helpful.