Skip to content

Instantly share code, notes, and snippets.

@stmuk
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stmuk/5b97c66be0acaf189685 to your computer and use it in GitHub Desktop.
Save stmuk/5b97c66be0acaf189685 to your computer and use it in GitHub Desktop.
P6 HD
Getting Started
How to start hacking on Rakudo Perl 6 by Brent Laabs: http://derplnmiit.appspot.com/blog.brentlaabs.com/2013/05/how-to-start-hacking-on-rakudo-perl-6.html
Write tests to close Rakudo tickets
Some issues have been fixed, but the associated bug ticket can't be closed until there is test coverage! Such tickets are listed here:
http://rakudo.org/rt/testneeded
Look at github bug tracker for Task-Star
By contributing a test to the spectest suite, these tickets can be closed, and we can ensure the bug never bites us again!
Write a Perl 6 module
If you don't know what to write, look at the "most wanted" repo: https://github.com/perl6/perl6-most-wanted
http://wiki.perl6.org/Create%20and%20Distribute%20Modules
Write some docs
The docs at http://doc.perl6.org/ are incomplete. If you stumble over a missing bit, add it to https://github.com/perl6/doc/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment