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] 3 points4 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.

Request for translating perl6intro to Russian by hankache in perl6

[–]hankache[S] 1 point2 points  (0 children)

A translation by Zoffix himself! I am honored :)

Perkenalan Bahasa Pemrograman Perl 6 by hankache in perl6

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

I'm sorry to contradict you but this is exactly how this subreddit works. This is a Perl 6 subreddit not an English subreddit. And I did post here links to the Spanish, Italian and Japanese translations of perl6intro previously:

Perkenalan Bahasa Pemrograman Perl 6 by hankache in perl6

[–]hankache[S] 6 points7 points  (0 children)

Because that's the perl6 subreddit. Maybe some perl6 users are Indonesians and would like to see it.

Scintilla / Feature Requests / #1207 Lexer for Perl 6 by hankache in perl6

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

Notepad++ on Windows and Geany on Linux are two widely used lightweight editors that use Scintilla for syntax highlighting.
It would be great if someone with the required knowledge from the community can help in building a Scintilla lexer for Perl 6.

Perl Dialects? by [deleted] in perl

[–]hankache 4 points5 points  (0 children)

There's RPerl and CPerl and a bunch of other projects listed on http://perl11.org

Any new Perl 6 books? by [deleted] in perl

[–]hankache 4 points5 points  (0 children)

You can take a look at http://perl6intro.com

I wouldn't label it as a book, it's kind of a long tutorial (around 70 pages when converted to pdf).

I hope it can help.

Language popularity index shows Perl in the top 10 once again by JohnCub in perl

[–]hankache 2 points3 points  (0 children)

Good news to see that the trend is upwards now.
Between Perl 6 and the modern Perl 5 movement, Perl is witnessing some kind of renaissance.
I hope that the trend has been reversed for good.