raiph
raiph
On linuxmint (18.2.Sonya): ===> Testing: Inline::Perl5:ver:auth \# Failed test 'at least one destructor ran' \# at t/p5_object_destructor.t line 40 \# Failed test 'at least one destructor ran' \# at t/p5_object_destructor.t...
In response to an SO question I've written [a micro guide to using already installed foreign language adaptors](https://stackoverflow.com/a/54768361/1077672). I'd really appreciate you reading it through and letting me know about...
## The Problem I was trying to require that a routine had a signature that took two `T`s, where `T` was any type. ## Expected Behavior Simplifying: ``` say :(Int,...
Please look at [this URL](https://docs.raku.org/language/operators#:~:text=The%20following%20table%20summarizes,level.). Scroll / look at the paragraph that starts: > The following table summarizes the precedence levels offered by Raku, **listing them in order from high...
One can try Raku online by just clicking [a link](https://tio.run/##K0gtyjH7/784sVJBySM1JydfRyE8vygnRVHJ@v9/AA). My suggestion is to make the same be true for alma. The point of doing so would be to bring...
I like (useful) tangents. Let's *start* with a tangent and then tangent on the tangent. First, a search of the 007 repo for "use case" and "use cases" only shows...
[I could well believe the following is one of a huge range of issues that will best be ignored until the RakuAST branch has landed. But having searched both the...
# The Problem Specifying a sub that takes two parameters, one with a type, the other a Positional whose elements are of that type. I wrote: sub foo (::T $,...
(Edited 2023.10 to bring up to date with current results and try make the surface problem clearer. See also later comments.) ``` say reduce &[>], 6, 5, 4; # True...
## Problem The original problem that led me to open this issue was an infinite loop mentioned in a SO: https://stackoverflow.com/questions/75730695/is-date-new-datetime-new-a-valid-syntax It boils down to: ``` say Date('2023-03-17') ~~ DateTime('2023-03-17');...