请注意broker是尾递归的。
尾递归是xslt样式表中的常用技术。
虽然开始学习口齿不清,我遇到这个词的尾递归的。
Whilst starting to learn lisp, I've come across the term tail-recursive.
这个例子使用Scheme中所谓的尾递归(tail recursion)。
而在Erlang中不需要使用循环,因为尾递归函数会被自动优化在固定的空间中运行。
In Erlang there is no need for loops because tail recursive functions are transparently optimized to run in constant space.
要实现这一转换,需要使用常用的被称为尾递归(tail recursion)的XSLT技术。
To effect that transformation, you need to use a common XSLT technique known as tail recursion.
另外一项差异在于,在zippers版本内部使用的是数据结构的线性尾递归遍历,而非递归遍历。
Another difference is that, internally, the zipper version USES a linear tail-recursive traversal of the data structure instead of a recursive traversal.
您可以使用尾递归(tail recursion)和XSLTtranslate()函数来完成这一步。
You'll use tail recursion and the XSLT translate() function to do this.
您可以使用尾递归(tail recursion)和XSLTtranslate()函数来完成这一步。
You'll use tail recursion and the XSLT translate() function to do this.
应用推荐