[REBOL] Re: New version of AT
From: greggirwin:mindspring at: 21-Mar-2006 10:57
Hi Jeff,
Cool function! Karol already gave you a good answer, so I'll just add
that, in this case, maybe two functions would be preferable PICK+ and
POKE+ or something (to avoid conflicting with the standard funcs). The
/! refinement doesn't really tell me anything, as a user, about the
change in behavior, and I'm still seeing PEEK as a word, which implies
reading and not changing something.
I use refinements in cases where I can leverage a lot of code reuse
sometimes, but that's not really the case here.
Good stuff though! Always nice to see people thinking about dialected
functions.
-- Gregg