in reply to Re^4: [Raku] Ranges in array slices
in thread [Raku] Ranges in array slices
So we're testing N against G for S. As the test duration can explode towards infinity, we need to limit the number of steps or the time of our test. Let's name this limitation "<<< L" in pseudocode:S, G ... N
If the test doesn't end before L, we could consider this a proof of absurdity (or semantic errorness) of "S, G ... N" relative to L. And isn't this absurdity similar to infinity of N? Couldn't we say N is infinite relative to S, G, L?S, G ... N <<< L
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: [Raku] Ranges in array slices
by holli (Abbot) on Jun 06, 2021 at 18:56 UTC | |
by tomasz (Acolyte) on Jun 06, 2021 at 19:09 UTC |