Skip to content

Commit 1bc5538

Browse files
author
Carl Masak
committed
[topic-brainstorming] added three suggestions
1 parent 7601a25 commit 1bc5538

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

misc/perl6advent-2010/topic-brainstorming

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ PerlJams' ideas:
4242
how to obtain Rakudo *
4343
- writing modules--what tools to use; where to find them.
4444
- How to debug grammars
45-
-
4645

4746
lue's ideas:
4847
– S32::Temporal
4948
– Phasers
5049
– (Possibly) Common problems with grammars [e.g. *,+,? are greedy by default, and other semi-common foibles. Maybe combine with other grammar related ideas?]
50+
51+
masak's ideas:
52+
- flip (Str), reverse (List), and invert (Hash), and why they were split in three
53+
- multi subs and methods -- how the spec puts user-defined ones on equal footing with built-in ones
54+
- 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.

0 commit comments

Comments
 (0)