[retroforth] Re: Reva 5.0.0.6 released

  • From: "Ron Aaron" <ron@xxxxxxxxxxx>
  • To: retroforth@xxxxxxxxxxxxx
  • Date: Fri, 28 Jan 2005 08:20:17 -0800 (PST)

On Fri, January 28, 2005 2:00, Helmar Wodtke said:

>> dictionary is not in the code space anymore.

> Is it moved to dictionary space? Contains the dictionary space only
> dictionary entries? This would be fine to make the system more
> self-reflective.

The dictionary is no longer intermixed with the code.  Everything is still in
one segment, but the dictionary could be moved anywhere.  It contains only
data, e.g:

        dd previous_word
        dd xt_of_this_word
        db count, 'name of word'

In preparation for real 'vocabulary's, the macro words are in a separate
dictionary.   All this is transparent to Reva -- it is still looking things up
the same way; dictionaries are linked lists.  I did not yet implement your
find enhancement of moving words to the front of the list as they are
referenced (but if you want to implement it for me on Reva, I will gladly
accept it :-)

> BTW: Is your clock correct?

Hmm.  It seems my laptop is more advanced than I thought :-)

-- 
My GPG public key is at http://ronware.org/
fingerprint: 8130 734C 69A3 6542 0853  CB42 3ECF 9259 AD29 415D






Other related posts: