Carl Mäsak
Carl Mäsak
I demand of my past left to come back and explain himself here. Three years later, I don't even properly remember the Stavro parser branch. It had a node matching...
Hmm, so it would seem. The present me is only moderately impressed by this format, but I'm assuming past me had some legitimate reason to like it. I've always wondered...
I wonder if I was unconsciously inspired by [HAML](https://haml.info/)...
Reveal solution ```python def sol(): return "HQ9" * 17 ```
I see that this issue has been silent for two years. May I try to get the discussion unstuck by suggesting that `.perl` _should_ handle circular references. We know it's...
I just found this issue and was surprised it didn't link to http://irclog.perlgeek.de/perl6/2014-08-20#i_9217322
Yeah, so did I! It might still be in there somewhere, but I _did_ do a thorough scan through the issue queue before I submitted this one. Didn't see it.
I'd like to point out that array.=concat(otherArray); has one drawback which matters once in a while: it replaces the value in `array` with another, newly created array. That is, the...
I think this is a correct implementation of `ff`: macro infix:(lhs, rhs) { my active = False; return quasi { if {{{lhs}}} { active = True; } my result =...
Removed the "low-hanging-fruit" label, since this issue is blocked on another.