Hello monks!
Recently I started studying Raku. I didn't find a Raku community so I hope it's ok to ask those questions here.
After studying Raku for a while I want to do some project using the PL. I want to implement a code coverage utility for Raku. I have some questions:

1. I may be wrong but it looks like the Raku community is not so active. I want to get information about the community and I'm not sure where to start.
2. Is there really a use/need of the code coverage utility for Raku? I came across with moarvm and it looks like it provides a way to create a coverage report.
3. How should I try solving this issue?

I'm just trying to understand the problem I'm trying to solve, before solving it.

In reply to Project in Raku by ovedpo15

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.