Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created October 12, 2011 18:53
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 ingydotnet/1282160 to your computer and use it in GitHub Desktop.
Save ingydotnet/1282160 to your computer and use it in GitHub Desktop.
Just a note...
I would avoid conflating Perl 6 modules to Rakudo or Parrot. Perl 6 is only a language specification (kinda
like C++ 98), not a language implementation. It has many implementations (none of which are called Perl 6),
and Rakudo is just one. If you are going to package modules for the Perl 6 specification, you should do so
without regard to any particular implementation.
Cheers, Ingy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment