On the IRC channel, Zoffix raised a very valid point: currently some of the "popular" modules overlap.

I don't want to have any curation, or human intervention in the selection.

But Zoffix is right, both JSON::Tiny and JSON::Fast are "popular" but J::Fast is a drop-in replacement for J::Tiny, so purely on a 'popular' definition a new user gets two modules that provide effectively identical functionality.

However, I suppose I could create an 'exclude' list (just as I am creating a Core list) that 'blacklists' one of two essentially similar modules. That might cause some friction as to whose to include.

My intuition is that in a year or so, the Ecosystem will change and the better module will replace others.

On Thursday, May 25, 2017 05:12 PM, Gabor Szabo wrote:
On Thu, May 25, 2017 at 11:59 AM, Richard Hainsworth
<rnhainswo...@gmail.com> wrote:

However, for someone new to the Perl6 world, there needs to be some form of
recommendation about useful "first" modules.
Agree, but would go further:

Someone new to Perl 6 should not need to make any decision regarding
modules and should not need to install anything else for the common
tasks. What are common tasks changes with time. These days accessing
SQLite, handling JSON, YAML, INI files, and even XML falls in that
place. Even simple web application development falls in that category.

IMHO if the distribution of Perl 6 (I guess I mean Rakudo Start) does
not come with such capabilities then it won't be able to compete with
languages such as PHP or Python because of
1) Analysis paralyzes
2) Lack of knowledge how to install
3) Lack of rights (technical or legal)

Gabor
http://perl6maven.com/

Reply via email to