Skip to content

Commit fea7cbc

Browse files
authored
Merge pull request #311 from librasteve/add-ccr
add raku CCR panel
2 parents 9c53f98 + 395560d commit fea7cbc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lib/Org/Community.rakumod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ sub community-page(&basepage, &shadow) is export {
8383
The [Problem Solving](https://github.com/Raku/problem-solving) repository contains issues that impact Raku which require consensus to resolve. The RSC is responsible for guiding any deadlocked issues to completion.
8484
END
8585
];
86+
panel :order(6), [
87+
header h3 'Raku Collect, Conserve and Remaster Project (CCR)';
88+
main markdown q:to/END/;
89+
Raku has a more than 20 year long history, much of it as "Perl 6". In this timeframe, many people have been involved in the project and have written blog posts about it. Sadly, some of these have already been lost in the mists of time.
90+
91+
On the other hand, the syntax and semantics of the Raku Programming Language has seen several shifts and changes, so at leat some of the blog posts are now providing examples that will not run in the latest version of Raku.
92+
93+
Finally, from a search engine optimization perspective, the Raku Community could benefit from an immediate source of up-to-date blog posts of the Raku Programming Language, as opposed to out-of-date Perl 6 blog posts.
94+
95+
The [Raku CCR project](https://github.com/Raku/CCR) intends to remedy this situation in three stages.
96+
END
97+
];
8698
];
8799
];
88100
}

0 commit comments

Comments
 (0)