User talk:Hkdtam: Difference between revisions

Content added Content deleted
Line 10: Line 10:


Can you double-check that the 'Addition chains' task you posted is based on a correctly functioning local version? For starters, you have <code>$num = $nbLimit</code>, which is an assignment, not a test/comparison (should be <code>$num <= $nbLimit</code>). But with that fixed, it reveals that the routine 'findNonBrauer' is not working. I'd be happy to take a further look at this if you get stuck while debugging. --[[User:SqrtNegInf|SqrtNegInf]] ([[User talk:SqrtNegInf|talk]]) 15:32, 4 February 2019 (UTC)
Can you double-check that the 'Addition chains' task you posted is based on a correctly functioning local version? For starters, you have <code>$num = $nbLimit</code>, which is an assignment, not a test/comparison (should be <code>$num <= $nbLimit</code>). But with that fixed, it reveals that the routine 'findNonBrauer' is not working. I'd be happy to take a further look at this if you get stuck while debugging. --[[User:SqrtNegInf|SqrtNegInf]] ([[User talk:SqrtNegInf|talk]]) 15:32, 4 February 2019 (UTC)

== Perl 6 treatment of '\r\n' ==

That pairing gets special treatment (handled as a "single grapheme") precisely because of it's role in line-termination. Here's one place that's documented: [https://docs.perl6.org/type/Str Perl 6 / Str data type] --[[User:SqrtNegInf|SqrtNegInf]] ([[User talk:SqrtNegInf|talk]]) 00:28, 24 March 2019 (UTC)