File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,13 @@ also available.
146
146
147
147
= head2 Does Rakudo have a core standard library?
148
148
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 > .
151
151
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/ > .
154
156
155
157
= head2 Is there something like B::Deparse/How can I get hold of the AST?
156
158
You can’t perform that action at this time.
0 commit comments