Skip to content

Commit ab95c80

Browse files
committed
[advent] volunteer us for Dec 09
1 parent 99c3194 commit ab95c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/perl6advent-2010/schedule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
6: (mathw): X and Z meta operators
77
7:(masak): Lexical variables
88
8: (tadzik): the module ecosystem, writing modules
9-
9:
9+
9: (masak&moritz): flip/reverse/invert
1010
10:(PerlJam): TBA
1111
11 (colomon): TBA
1212
12:

misc/perl6advent-2010/topic-brainstorming

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Ideas that are already written up, or planned as a topic in the 'schedule' file
77
– The Perl 6 community
88
- writing modules--what tools to use; where to find them.
99
– basic parsing: what is a term, what is an operator? why is the distinction important?
10+
- flip (Str), reverse (List), and invert (Hash), and why they were split in three
1011

1112
Tadzik's ideas:
1213
– compiler hacking
@@ -51,7 +52,6 @@ lue's ideas:
5152
– (Possibly) Common problems with grammars [e.g. *,+,? are greedy by default, and other semi-common foibles. Maybe combine with other grammar related ideas?]
5253

5354
masak's ideas:
54-
- flip (Str), reverse (List), and invert (Hash), and why they were split in three
5555
- multi subs and methods -- how the spec puts user-defined ones on equal footing with built-in ones
5656
- take a rosetta code solution in some *other* language, rewrite it faithfully in Perl 6, and then show how to make it shorter/awesomer/more readable. attempted moral: Perl 6 supports many styles, and (as opposed to Perl 5) things tend to get more readable when you golf.
5757
- roles, role conflicts, and disambiguators (DrunkenGymnast!)

0 commit comments

Comments
 (0)