Michael Kay
Michael Kay
How would you write the following code with your map:build variant? ``` map:merge( for $a in 11 to 13 for $b in 1 to 3 return map:entry($a * $b, $a...
>Therefore, any claims that the processing takes quadrical times - are wrong. As you yourself point out, the complexity is O(m*n) where m is the number of distinct keys and...
I propose closing the issue with no action. The requirement can be solved as follows: > ("apple", "apricot", "banana", "blueberry", "cherry") > That is, every character, in every input string,...
I wrote in #1890: For example, the example `chain(2, ($range, $double-all, op("*")))` can be expressed as `2 => compose($range, $double-all, array:append([], ?), apply(op("*"), ?))`. Correction: The example `chain(2, ($range, $double-all,...
Closed by decision on #882 / #1984
An alternative, giving users complete control over generation of CDATA sections in serialized output, would be an option to map processing instructions with a given name to CDATA sections. With...
This is a great demonstration of the power of the language we are creating but it seems to me that it is a layer on top of the language rather...