Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[advent] Get started on Advent 2015
  • Loading branch information
perlpilot committed Nov 10, 2015
1 parent bbd2a94 commit b5919fc
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
26 changes: 26 additions & 0 deletions misc/perl6advent-2015/schedule
@@ -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 :)
43 changes: 43 additions & 0 deletions misc/perl6advent-2015/topic-brainstorming
@@ -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

0 comments on commit b5919fc

Please sign in to comment.