Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[advent] Get started on Advent 2015
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| Please add your topic and name after each day that you plan to take | ||
| 1 State of Perl 6 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | ||
| 9 | ||
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | ||
| 25 Christmas! (For *real* this time :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| (seeded from last year's topics) | ||
|
|
||
| = Unused topics (in no particular order) | ||
|
|
||
| - Who's who? | ||
| - What does the Christmas release really mean for Perl 6? | ||
| - What has changed with Rakudo since last year? | ||
| - MoarVM | ||
| - benchmarks! | ||
| - asynchronicity | ||
| - Promise, Channel, Supply | ||
| - NativeCall on JVM | ||
| - Shaped variables. | ||
| - cool things you can do with bigints and/or rats | ||
| - What's a Seq? | ||
| - How do I take advantage of the iterator API? | ||
| - How do I write my own iterators? | ||
| - What's in Perl 6.0.0? | ||
| - Explain the naming convention 6.christmas? | ||
| - How do I get my Perl 6 modules on CPAN? How do I install them? | ||
| - doc.perl6.org | ||
| - How can I interface my C++ code with Perl 6? | ||
| - learning resources (where do people find help?) | ||
| - Sets/Bags | ||
| - Query RC's API to get a list of all the pages with Perl 6 examples. | ||
| - slangs | ||
| - Inline::Perl5 | ||
| - v5 | ||
| - Perl 5/Perl 6 comparison (pick a nice problem or two and hilight the | ||
| differences. Rosetta Code?) | ||
| - A look at what Perl 6 borrows from other languages | ||
| - Perl 6 culture | ||
| - native types | ||
| - show off some nice modules | ||
| - sockets | ||
| - typed exceptions | ||
| - neat tricks for working with lazy lists | ||
| - overview of available, useful modules with small example programs | ||
| - is everything a reference? (compare https://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/) | ||
| - nci (compare https://perl6advent.wordpress.com/2010/12/15/day-15-calling-native-libraries-from-perl-6/) | ||
| - port a small piece of code from imperative to functional or OO style | ||
| - Perlito | ||
| - How to do before/after/around ala Moose |