[REBOL] Re: Updates to hof script
From: jan:skibinski:sympatico:ca at: 16-Nov-2002 14:23
Hi Gabriele,
These are great examples. I have been already thinking about switching
to PARSE, rather than to continue parsing the signatures the way I do it
now.
Which is OK, but shaky from debugging perspective.
The good new about 'parse is that all debugging is related mostly to
debugging of rules. Once this is OK, the rest supposed to be
rock solid, isn't it?
But one must execute some caution because [integer! string!]
in a function definition would represent a set of choices, rather than
a Cartesian product. I am still not convinced that the
[some [into [integer! string!]]]
is that much readable. Think about those long signatures.
But I will take it seriously under consideration.
Thanks for all your input so far.
All the best,
Jan
Gabriele Santilli wrote: