Jake Russo

Results 7 issues of Jake Russo

Support a `finally` branch that runs after every possible branch. Perhaps not running after `else`? ``` var hidden = false var opacity = 0.0 nudge-opacity = match -> up? ->...

Support functions having a doc string immediately following their definition. e.g., ``` func = x -> """ This function adds a number to itself """ x + x func.doc-string() ;;...

``` perl6 qq[$*PERL should be highlighted] # like... "$*PERL is highlighted" ```

``` perl6 "@a[1] should highlight the subscript" "$b.foo() should highlight the method call" # I think this does require the postcircumfix parens ```

CHANGELOG, CHANGES, `.md`, `.rst`, `.pod`, no extension—there are tons of ways to do it, what should be the Perl 6 way? How was it done in the past (Perl 5)?...

`d s` doesn't work for me as immediately upon pressing `d` it just deletes the text selected. I've tried pressing them as fast as possible, there's just no way that...

What are the differences between these two settings? Actually why are there two settings? The default is the same (`d s`) command.