problem-solving icon indicating copy to clipboard operation
problem-solving copied to clipboard

🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

Results 185 problem-solving issues
Sort by recently updated
recently updated
newest added

Currently it is awkward to accomplish that with routine splice. For example, to shift two elements into another list: my @a = 1, 2, 3; my @b = @a.splice(0, 2):...

language

::Real is an alias for ::CannotConvert - CannotConvert is used only when converting from an Inf or NaN to an Int, and in all other numeric conversions, ::Real is used...

language

Supply has the `.do` method that should be used only for its side-effects, it works kind of as a map that always return `$_`. But lists do not have that...

language
6.e

### Unicode provides two characters that can (in combination) be used for Raku's ternary operator: ⁇ DOUBLE QUESTION MARK Unicode: U+2047, UTF-8: E2 81 87 ‼️ red double exclamation mark...

fallback

While roast only seems to check the type of the exception, current rakudo has 3 attributes: * numerator * using * details Checking where the exception is thrown by rakudo,...

language