Skip to content

Instantly share code, notes, and snippets.

@japhb
Created February 3, 2015 21:37
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 japhb/ddb3d1a669509a69eaba to your computer and use it in GitHub Desktop.
Save japhb/ddb3d1a669509a69eaba to your computer and use it in GitHub Desktop.
Suggestions for compiler versus spec release wording
New Perl spec released:
"The Perl Foundation is proud to announce the publication of version 2015c of the Perl 6 language specification test suite. This version of Perl 6 is known to be implemented in release 2015.09 of Rakudo-MoarVM and release 3.1415 of FooBarBaz."
New Rakudo released:
"Rakudo, the leading compiler for the Perl 6 language, is proud to present its 2015.12 release, compliant with version 2015a of the Perl 6 language specification test suite."
Requesting a particular compiler release:
use 2015.12;
Requesting a particular spec release:
use spec '2015b';
@pmichaud
Copy link

pmichaud commented Feb 3, 2015

How one requests a given compiler or language spec release should be considered highly speculative at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment