Skip to content

Commit 70e49da

Browse files
committed
Added first draft of my Perl 6 Community post.
1 parent ba3aad7 commit 70e49da

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
=head1 The Perl6 Community
2+
3+
Today is the halfway point of the Perl 6 Advent Calendar (and indeed any advent calendar). For 12 days you have learned various nuggets of information, and most likely experimented with those various bits of knowledge. You feel great, wonderful, stuff works!
4+
5+
And then it didn't work.
6+
7+
You may have found your way to some documentation (available at A<http://perl6.org/documentation> by the way), and potentially even some talk of Real People™ out there ready to help you. Whatever you've done, today's post is given to you to display the two main methods of helping in the Perl 6 Universe.
8+
9+
=head2 The Mailing Lists
10+
11+
The first of two major communication channels is the mailing lists. If you head on over to A<http://perl6.org/community>, you can see on the right hand side a list of the several lists you can subscribe to/peruse the archives of. If you have questions about the language, such as "How do I add up all the numers in an array without a loop?", go for B<perl6-users>. The mailing list is great for those who can't use IRC or want more permanent discussions. Have an idea for the language? Try B<perl6-language>, where people discuss the language itself. Things like "I think there should be a beat-object-with-catfish operator in the language" go here.
12+
13+
Now, the mailing lists aren't the only option. Your question could be simple-when-you-know-it, or maybe that feature you really really want is already there! For these reasons, you may want to run your comments by the IRC community.
14+
15+
=head2 The #perl6 IRC channel
16+
17+
If you want to use something more instantaneous instead, or you hate the idea of signing up to a mailing list for one question, head over to the channel #perl6 on irc.freenode.net. Here, the community is reputed as being one of the nicest on the Internet (so if you've been burned by IRC channels before and vowed "Never again shall I use IRC!", try #perl6.)
18+
19+
#perl6 is like an eccentric incarnation of The Doctor, multifaceted in its nature. We have punfests, technotalk, lolz, above-your-head language design, and more (thanks sorear for reminding me of that)! So come and ask away!
20+
21+
=head2 Final Words
22+
23+
These are the two ways of communication in the Perl 6 universe. There are also blogs, screencasts, and more. Go to A<http://perl6.org> to check it all out!
24+
25+
And now, because I'm pretty sure it's legally required (in some contract somewhere), here's the obligatory Perl 6 code of the day:
26+
27+
TODO: Add obligatory Perl6 code (oneliner?)

0 commit comments

Comments
 (0)