rakudo
perl6/rakudo: dereferencing-question
#!perl6 use v6; my $list = \'a\' .. \'f\'; sub my_function( $list ) { for ^$list.elems -> $e { $li开发者_如何学Gost[$e].say;[详细]
2023-02-10 22:00 分类:问答How to execute an external command and capture its output in perl6?
How can I execute an external command and capture its output in Perl6? Perl5-style back-ticks don\'t seem to work:[详细]
2023-02-03 03:37 分类:问答Rakudo (Perl6): What are the features that don’t yet work?
Rakudo: Is there a place where all the fe开发者_StackOverflow中文版atures that don\'t yet work are listed?http://rakudo.org/status shows a list of things, but it\'s hard to keep it up-to-date. The big[详细]
2023-01-23 15:36 分类:问答Why do I get 'divide by zero` errors when I try to run my script with Rakudo?
I just built Rakudo and Parrot so that I could play with it and get started on learning Perl 6.I downloaded the Perl 6 book and happily typed in the first demo program (the tennis tournament example).[详细]
2023-01-05 07:50 分类:问答How to know the version of perl6/raku I am running?
Trying the -v switch, I get the parrot svn revision: $ perl6 -v This compiler is built with the Parrot Compiler Toolkit, parrot revision 45822.[详细]
2023-01-03 05:49 分类:问答Trouble using grammar with rakudo perl6
开发者_C百科The simplest grammar usage gives me complation error. use v6; grammar Foo { token bar { \\w+ }[详细]
2022-12-22 06:46 分类:问答