File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,16 @@ Google is often outdated.
66
66
You could also try searching the Freenode #perl6 IRC channel log via
67
67
L < Google|https://www.google.co.uk/search?q=site:irclog.perlgeek.de+inurl:perl6 >
68
68
69
- = head2 What is the Perl 6 spec ?
69
+ = head2 What is the Perl 6 specification ?
70
70
71
- The "spec" refers to the official test suite for Perl 6. It's called
72
- roast and L < hosted on github|https://github.com/perl6/roast > . It
73
- is the measure of how complete a Perl 6 implementation is.
71
+ The specification refers to the official test suite for Perl 6. It's called
72
+ roast and is L < hosted on github|https://github.com/perl6/roast > . Any compiler
73
+ that passes the tests is considered to implement that version of the Perl 6
74
+ specification.
75
+
76
+ Roast's master branch corresponds to the latest development that isn't
77
+ necessarily part of any specification yet, and has other branches that
78
+ correspond to specific versions, e.g. "6c.errata".
74
79
75
80
= head2 Is there a glossary of Perl 6 related terms?
76
81
You can’t perform that action at this time.
0 commit comments