Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Separate categories directories into own table/section
  • Loading branch information
Paul Cochrane committed Apr 7, 2015
1 parent 8b1be14 commit e235774
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Expand Up @@ -25,23 +25,29 @@ adding a new example.

| Directory | Description |
|--------------------|------------------------------------------|
|categories | All example categories |
|bin | Utility scripts |
|lib | Utility modules |
|doc | Out-of-script documentation |

### Categories

| Directory | Description |
|--------------------|-------------|
|best-of-rosettacode | The best of the rosettacode.org examples |
|99-problems | Based on lisp 99 problems |
|cookbook | Cookbook examples |
|euler | [Answers for Project Euler](http://projecteuler.net) |
|games | Games should go in here :) |
|interpreters | Language or DSL interpreters |
|module-management | Module management |
|other | All other examples |
|parsers | Example grammars |
|perlmonks | Answers to perlmonks.org questions |
|rosalind | Bioinformatics programming problems |
|shootout | [The Computer Language Benchmark Game](http://shootout.alioth.debian.org/) |
|tutorial | Tutorial examples |
|wsg | Answers for Winter Scripting Games |
|bin | utility scripts |
|lib | utility modules |
|doc | out-of-script documentation |
|other | all other |

Since you have a commit-bit (if not then talk to the folks at #perl6 on
irc.freenode.net) feel free to commit your changes to the main repository.
Expand Down

0 comments on commit e235774

Please sign in to comment.