I'm very impressed! This seems like it'll be really useful. Just wondering
how performance will be. :)
I still want something like this built into the language. Also, that way we
could use built ins like 'length? on it.
Hmm... this brings up another question. There's no way to do any kind of
operator overloading in Rebol, so that we *could* use 'length? on this data
structure, is there?
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 1:07 PM
Subject: [REBOL] Associative data store Re:
> excellent!
> I have often wondered why select mixes keyspace with valuespace.
>
> - anyone want to try a 'hash based version ?
> - anyone want to make a /remove refinement ?
>
>
> At 04:01 PM 9/14/00 -0500, [EMAIL PROTECTED] wrote:
> >The proposed implementation below addresses separation of key/value
> >spaces and tries to take advantage of REBOL built-ins for performance
> >wherever feasible. Critiques and comments welcome!
> >
> >-jn-
> >
>
> ;# mailto: [EMAIL PROTECTED]