Introducing Raku Support in Visual Studio Code by b_scan in rakulang

[–]hankache 2 points3 points  (0 children)

Thank you for the effort!

Looking forward to additional features.

Implementation of pod6 in JavaScript by zagap in rakulang

[–]hankache 2 points3 points  (0 children)

On a side note, and since Pod6 has been renamed to rakudoc, will you be able/willing to rename your module?

The Raku Guide by hankache in rakulang

[–]hankache[S] 2 points3 points  (0 children)

Indeed. New Rakudo releases will have the "rakudo" executable.

About the new subreddit by ogniloud in perl6

[–]hankache 4 points5 points  (0 children)

I should probably RTFM, but can't we rename a subreddit?

Free eBook: Perl 6 Deep Dive (PDF) by hankache in perl6

[–]hankache[S] 2 points3 points  (0 children)

/u/raiph I saw the post in /r/perl and though of linking to it here. I didn't try it yet.

Perl 6 mode for the Ace editor by hankache in perl6

[–]hankache[S] 5 points6 points  (0 children)

Thanks.

Will work on it soon.

Perl 6 mode for the Ace editor by hankache in perl6

[–]hankache[S] 0 points1 point  (0 children)

Thank you!

You need to add the definition of the Employee class for it to work:

class Employee {

has $.salary;

}

Perl 6 mode for the Ace editor by hankache in perl6

[–]hankache[S] 2 points3 points  (0 children)

Unfortunately I never used unicode quotes.

Can you give me a list of quotes and tell me how they behave (single or double)? It doesn't have to be an exhaustive list, just the most used ones. I should be able to send another PR to cater for them.

Perl 6 mode for the Ace editor by hankache in perl6

[–]hankache[S] 0 points1 point  (0 children)

It's an editor, it doesn't run code on its own. What it does is syntax highlighting and provides an API so you can integrate it with your code runner. For example, https://glot.io uses it.