Skip to content

Commit

Permalink
[project-ideas.txt] collection of medium to large scale Perl 6 projec…
Browse files Browse the repository at this point in the history
…t ideas
  • Loading branch information
moritz committed Oct 6, 2010
1 parent 8968a74 commit 968479c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions project-ideas.txt
@@ -0,0 +1,24 @@
This is a collection of ideas for Perl 6 projects that might be useful,
possible to implement and worthwhile, but don't exist yet.

Feel free to start implementing any of these projects (and delete them from
this file if you have something substantial running)

---------------------------------------------

Perl6::Critic

Inspired by Perl 5's Perl::Critic, such a module could check a module or
script against common coding guidelines

---------------------------------------------

Perl6Tidy

Like perltidy, Perl6Tidy would parse a Perl 6 source file, and re-emit it with
identical semantics, but formatted according to a set of rules (like only one
statement perl line, line length limit, proper indention, vertically aligned
assignment or binding operators etc.)


# vim: set spell fenc=utf8:

0 comments on commit 968479c

Please sign in to comment.