Skip to content

Commit 3459a36

Browse files
authored
Improve "core standard library" answer
- Shorten for easier reading - Link to stuff - Put Rakudo Star first, since that's our user-facing distro
1 parent f162438 commit 3459a36

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/Language/faq.pod6

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,13 @@ also available.
146146
147147
=head2 Does Rakudo have a core standard library?
148148
149-
Rakudo is a compiler release with minimal batteries included (Test and
150-
Nativecall etc.), rather like the linux kernel itself.
149+
L<Rakudo Star distribution|https://rakudo.perl6.org/downloads/star/> does come
150+
with L<many useful modules|https://github.com/rakudo/star/tree/master/modules>.
151151
152-
Rakudo Star is a distribution of rakudo that ships with some useful modules
153-
and many more can be installed from the ecosystem.
152+
Rakudo compiler-only release includes L<only a couple of the most
153+
basic modules|https://docs.perl6.org/language/modules-core>.
154+
155+
More more modules can be found in the L<ecosystem|http://modules.perl6.org/>.
154156
155157
=head2 Is there something like B::Deparse/How can I get hold of the AST?
156158

0 commit comments

Comments
 (0)