Created
October 12, 2011 18:53
-
-
Save ingydotnet/1282160 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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