metacpan-web VS doc

Compare metacpan-web vs doc and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
metacpan-web doc
40 14
411 281
0.2% 0.7%
8.6 9.2
7 days ago 9 days ago
Perl Raku
GNU General Public License v3.0 or later Artistic License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

metacpan-web

Posts with mentions or reviews of metacpan-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-04.
  • Migrating Perl to Raku
    2 projects | dev.to | 4 Aug 2023
    In January 2018, I proposed a CPAN Butterfly Plan to convert Perl functionality to Raku as closely as possible to the original API. I stated this as a goal because Perl (as a programming language) is so much more than syntax alone. Ask anyone what Perl's unique selling point is, and they will most likely tell you it is CPAN.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    MetaCPAN. There are a number of project in the Perl community. This is one of the most interesting ones. source code
  • Perl developer required at popular IT commentary site...
    1 project | /r/perl | 10 May 2023
    Perl has numerous modules for practically everything. Try a search on https://metacpan.org for anything that takes your fancy.
  • New to Perl and have a few questions
    1 project | /r/perl | 25 Feb 2023
    I can point to the module library metacpan.org that has modules to do tons of different things -- I don't know what equivalent resouorce Python has.
  • MetaCPAN Author Pages Now Link to Repology
    1 project | /r/perl | 25 Feb 2023
    A good place for this issue would be https://github.com/metacpan/metacpan-web
  • 5 great Perl scripts to keep in your sysadmin toolbox
    3 projects | /r/perl | 23 Feb 2023
    All language package index websites are a poor imitation of metacpan.org. Without a doubt it is the single best package website I have used for finding packages, reading docs, examples, version changes, source repo. Everybody should be shamelessly copying it.
  • Day 5: CI for Win32-Wlan Perl module
    2 projects | dev.to | 4 Dec 2022
    While the indicates that this is a Windows-related thing, there are a number of packages on CPAN that are in the Win32 namespace, but also work on Linux. This one, it seems does not. It seems at least one of its dependencies, the Win32-API does not work on anything else besides Windows.
  • Use Dist::Zilla to Create a Perl Distribution
    2 projects | dev.to | 23 Oct 2022
    A Perl distribution is an archive of files that includes a Perl module. There are no official rules on what non-module files must be included in a distribution, but they often include (among other things) test scripts, a Makefile.PL, documentation, and the license. These distributions are commonly uploaded to CPAN, which is a place for Perl programmers to upload their Perl distributions for the purpose of sharing their code.
  • Need help for debugging with Devel:Camelcadedb
    2 projects | /r/perl | 10 Oct 2022
    If there are modules being used, you can read their documentation using the perldoc command or looking online at https://metacpan.org
  • metacpan unusable for anyone else?
    2 projects | /r/perl | 29 Sep 2022

doc

Posts with mentions or reviews of doc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • The origin and virtues of semicolons in programming languages
    2 projects | news.ycombinator.com | 15 Apr 2024
    * list of list literals (1,2; 3,4) eqv ((1,2), (3,4));

    to paraphrase Larry Walk “everyone wants the [semi] colon”

    https://docs.raku.org/

  • Dada, an Experiement by the Creators of Rust
    9 projects | news.ycombinator.com | 6 Mar 2024
    amen to this … i recommend thinking about your problem in terms of effective data structures and then apply even a very simple DSL to handle access and transformations … fwiw the built in Grammars and Slang support in raku https://docs.raku.org are fantastic tools for this job.
  • Raku: A Language for Gremlins
    4 projects | news.ycombinator.com | 7 Aug 2023
    When I was looking at the language, I didn't find the documentation "really poor". In fact I was impressed at how much of a one-stop-shop the official docs site was for both conceptual docs and API docs.

    https://docs.raku.org/

  • Migrating Perl to Raku
    2 projects | dev.to | 4 Aug 2023
    The Raku Programming Language documentation already contains most (if not all) the documentation you need to deal with the issues you will confront in migrating Perl code to Raku. But, as documentation goes, the focus is on the factual differences. These blogs will try to go a little more in-depth about specific issues and provide a little more hands-on information based on my experience porting quite a lot of Perl code to Raku.
  • Introducing Pod Renewal Initiative
    3 projects | /r/rakulang | 30 Jun 2023
    I will start working on the new version of Pod as a branch in https://github.com/raku/doc.
  • Will Carbon Replace C++?
    14 projects | news.ycombinator.com | 27 Feb 2023
    Well, performance has been improved by several orders of magnitude since the first release. So maybe it's time to look at https://raku.org again (or first have a look at its new documentation site https://docs.raku.org)
  • What do yall use raku for?
    3 projects | /r/rakulang | 19 Jul 2022
    go to https://docs.raku.org/ and type "IO" into the search field. Behold the list that appears. Check out IO::Path or IO::Handle or whatever looks interesting. Maybe it's just me but I go "Ooh, look at all the things!".
  • Generating a hash without a helper function
    1 project | /r/rakulang | 3 Jul 2022
    Related: The Raku documentation does an excellent job explaining hashes/dictrionaries/associative arrays. If you've any issues, please submit a Github issue.
  • What are the best materials for learning raku?
    3 projects | /r/rakulang | 15 Mar 2022
    Raku has a lot of syntax. My first attempt at learning the language failed because I couldn't get past all the strange syntax I saw at https://docs.raku.org/. Sometimes I didn't know what the syntax was called, so I didn't know what to search for.
  • 2021 Advent of Code solutions in the Raku programming language
    5 projects | /r/rakulang | 2 Dec 2021
    In the course of figuring this out, I realized that our docs also (slightly) misstate what \d means in a Regex, which led to this PR. So thanks for bringing all this up!

What are some alternatives?

When comparing metacpan-web and doc you can also consider the following projects:

stylus - Stylus - Userstyles Manager

advent - Contains all data relating to the annual Raku Advent event held 1-25 December

Corinna - Corinna - Bring Modern OO to the Core of Perl

problem-specifications - Shared metadata for exercism exercises.

codethesaur.us - A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.

sparrowdo - Run Sparrow tasks remotely

gitflow - Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

advent-of-raku-2020 - Advent of Code solutions in the Raku programming language

cpan-audit - Check CPAN modules for known security vulnerabilities

rakudo - 🦋 Rakudo – Raku on MoarVM, JVM, and JS

problem-solving - 🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

advent-of-raku-2021 - 2021 Advent of Code solutions in the Raku programming language