Vadim Belman

Results 383 comments of Vadim Belman

Worth a problem-solving issue, I'd say.

Probably, this can be closed. I tested the golf against Rakudo 2022.04 and the HEAD and while the old version still throws, the latter survives the experiment. Tested with the...

> Decoupling the Raku version style to allow any kind of version string. Sorry, would you elaborate on this? I don't quite get what is it about and how you...

@jubilatious1 Have you tried your R examples in Raku? Think of it logically. A post-whatever operator is applied to an expression on its left side. I.e. in case of `@a[0][1]`...

> the test should be removed, or even better, replaced with the test for the supposed actual behavior. I'd say this is the way to go.

@jubilatious1 are you sure you understand what exactly you want to achieve? One way or another, `.` or `.{"a"}` are giving you a value. To get a `Pair` you clearly...

Took me a while to refresh memory on this topic... > Should I switch to the "cleaner" coercion signature version? I'd say it makes sense.

> Now I'm wondering if it should be `Int() $a, Int() $b` or `Int(Cool) $a, Int(Cool) $b` `Int()` (or `Real()`). A class doesn't have to be `Cool` to make sense...

> Some options include What I love to do is to blend in into the style of the framework I'm using. Basically, after sorting out what I learned so far,...

> In general, more I encourage more advanced configuration to be managed manually within the application. That's what I ended up with anyway. More friendly interface for producing errors would...