User talk:Peak: Difference between revisions

(→‎Mutual recursion: new section)
 
Line 12:
==I before E==
Hi Peak, I removed your edit that gave the more refined and possibly better fitting the English language version of the mnemonic as the ''task'' refers to the much more frequently used version of plain "I before e except after c". --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 06:55, 22 May 2015 (UTC)
 
== Mutual recursion ==
 
Hi Peak, which version of jq did you use? I'm asking because I get a different result with the released binaries for jq 1.3, jq 1.4 and jq 1.5, and with a self compiled version from git head.
This is the result I get when running your code:
<nowiki>[1,0,2,1,3,2,4,3,5,4,6,5,7,6,8,7,9,8,10,9]
[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]</nowiki>
Thanks,
[[User:Domo Sokrat|Domo Sokrat]] ([[User talk:Domo Sokrat|talk]]) 20:26, 25 October 2016 (UTC)