Skip to content

Commit b5919fc

Browse files
committed
[advent] Get started on Advent 2015
1 parent bbd2a94 commit b5919fc

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

misc/perl6advent-2015/schedule

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Please add your topic and name after each day that you plan to take
2+
1 State of Perl 6
3+
2
4+
3
5+
4
6+
5
7+
6
8+
7
9+
8
10+
9
11+
10
12+
11
13+
12
14+
13
15+
14
16+
15
17+
16
18+
17
19+
18
20+
19
21+
20
22+
21
23+
22
24+
23
25+
24
26+
25 Christmas! (For *real* this time :)
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
(seeded from last year's topics)
2+
3+
= Unused topics (in no particular order)
4+
5+
- Who's who?
6+
- What does the Christmas release really mean for Perl 6?
7+
- What has changed with Rakudo since last year?
8+
- MoarVM
9+
- benchmarks!
10+
- asynchronicity
11+
- Promise, Channel, Supply
12+
- NativeCall on JVM
13+
- Shaped variables.
14+
- cool things you can do with bigints and/or rats
15+
- What's a Seq?
16+
- How do I take advantage of the iterator API?
17+
- How do I write my own iterators?
18+
- What's in Perl 6.0.0?
19+
- Explain the naming convention 6.christmas?
20+
- How do I get my Perl 6 modules on CPAN? How do I install them?
21+
- doc.perl6.org
22+
- How can I interface my C++ code with Perl 6?
23+
- learning resources (where do people find help?)
24+
- Sets/Bags
25+
- Query RC's API to get a list of all the pages with Perl 6 examples.
26+
- slangs
27+
- Inline::Perl5
28+
- v5
29+
- Perl 5/Perl 6 comparison (pick a nice problem or two and hilight the
30+
differences. Rosetta Code?)
31+
- A look at what Perl 6 borrows from other languages
32+
- Perl 6 culture
33+
- native types
34+
- show off some nice modules
35+
- sockets
36+
- typed exceptions
37+
- neat tricks for working with lazy lists
38+
- overview of available, useful modules with small example programs
39+
- is everything a reference? (compare https://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/)
40+
- nci (compare https://perl6advent.wordpress.com/2010/12/15/day-15-calling-native-libraries-from-perl-6/)
41+
- port a small piece of code from imperative to functional or OO style
42+
- Perlito
43+
- How to do before/after/around ala Moose

0 commit comments

Comments
 (0)