xsl-list
[Top] [All Lists]

Re: [xsl] Need help with XSLT tokenize

2020-08-14 10:20:20
I’ve personally unwound at least a couple of tail-recursive functions
and turned them into xsl:iterate precisely because I think it’ll be
easier for a future customizer of the stylesheets to understand what is
going on.

I wouldn't do this to my code, but wouldn't mind if there was a tool to do
this for us.

Dimitre

On Fri, Aug 14, 2020 at 12:14 AM Norman Tovey-Walsh ndw(_at_)nwalsh(_dot_)com <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

It would have been much better to (more or less) formally define the
concept of "tail recursion" and make it clear that a good implementation
can (or should) optimize tail recursion with iteration.

I completely understand your position. But I think one of XSLT’s really
surprising strengths is the number of people who would not self identify
as “programmers” who are able to build significant systems with it.

I’m pleased that xsl:iterate makes a certain class of problems easier to
solve even for folks who might be intimidated by the notion of writing
recursive functions and unfamiliar with the jargon of folds and tail
recursion.

I’ve personally unwound at least a couple of tail-recursive functions
and turned them into xsl:iterate precisely because I think it’ll be
easier for a future customizer of the stylesheets to understand what is
going on.

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <ndw(_at_)nwalsh(_dot_)com>
https://nwalsh.com/

There are 350 varieties of shark, not counting loan and pool.--L. M.
Boyd




-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they write
all patents, too? :)
-------------------------------------
Sanity is madness put to good use.
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>