raiph
raiph
Will the unquote type info in [vendethiel's translation of the macro from Graham's "On Lisp"](https://github.com/masak/007/issues/30#issuecomment-225589362) be elided in practice when 007 informed features are back ported to Perl 6? In...
Perhaps the reason why things are as they are is in case anyone writes a signature that requires post bind attempt clean up, and LEAVE was considered the appropriate hook.
Dupe of 2160?
> If I try to use declarator syntax to document an attribute, p6doc doesn't know what to call it Putting p6doc aside, note this: ``` class foo { #| bar...
There's no built in in Raku that does currying, there's no obvious affinity of the notion with anything in Raku, mentioning it is like mentioning COBOL picture clauses outside a...
@demanuel I'll get to the error message in your issue's title below. But first, The full error message begins: ``` Some exceptions were thrown in END blocks: ``` Quoting [the...
Hi @demanuel, > why would this error appear only on the exit of the script. Because it only happened on the exit of the script. > Shouldn't appear when the...
The bug was in the highlighted_lines sub which starts: ``` sub highlighted_lines(@lines, $start_line_pos, $end_line_pos) { @lines.map: { state $line = 0; NEXT $line++; my $safe_start_pos = [min] $start_line_pos, .chars -...
I'm currently confused by this issue. > Shared namespace between methods and a grammar's regexes causes name collision The namespace is deliberately the same, so that `regex`s, `token`s, `rule`s, and...
I do not have the time and mental focus to keep up with this exchange with adequate quality comments. I have around 20 hours worth of thinking and writing in...