@@ -25,23 +25,29 @@ adding a new example.
25
25
26
26
| Directory | Description |
27
27
| --------------------| ------------------------------------------|
28
+ | categories | All example categories |
29
+ | bin | Utility scripts |
30
+ | lib | Utility modules |
31
+ | doc | Out-of-script documentation |
32
+
33
+ ### Categories
34
+
35
+ | Directory | Description |
36
+ | --------------------| -------------|
28
37
| best-of-rosettacode | The best of the rosettacode.org examples |
29
38
| 99-problems | Based on lisp 99 problems |
30
39
| cookbook | Cookbook examples |
31
40
| euler | [ Answers for Project Euler] ( http://projecteuler.net ) |
32
41
| games | Games should go in here :) |
33
42
| interpreters | Language or DSL interpreters |
34
43
| module-management | Module management |
44
+ | other | All other examples |
35
45
| parsers | Example grammars |
36
46
| perlmonks | Answers to perlmonks.org questions |
37
47
| rosalind | Bioinformatics programming problems |
38
48
| shootout | [ The Computer Language Benchmark Game] ( http://shootout.alioth.debian.org/ ) |
39
49
| tutorial | Tutorial examples |
40
50
| wsg | Answers for Winter Scripting Games |
41
- | bin | utility scripts |
42
- | lib | utility modules |
43
- | doc | out-of-script documentation |
44
- | other | all other |
45
51
46
52
Since you have a commit-bit (if not then talk to the folks at #perl6 on
47
53
irc.freenode.net) feel free to commit your changes to the main repository.
0 commit comments