Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How do I pass a complex number from the command-line to sub MAIN?

raku

Using a variable in a Perl 6 program before assigning to it

raku

How can I create pop-up windows for Perl6 in Windows?

raku

Put named capture from regex in Subset into a variable in the signature

raku

Make Perl script work in both Perl 5 and 6

forms perl portability raku

Overloading constants in Perl 6

Why do I see odd behavior of subscript on scalars?

list indexing range raku scalar

How to pass regex as an argument to subroutine in Perl 6

raku

How to find correct min / max values of a list in Perl 6

raku

Using a hash with object keys in Perl 6

raku

(Identifier) terms vs. constants vs. null signature routines

raku

When does .race or .hyper outperform non-data-parallelized versions?

concurrency raku

Raku NativeCall to LibX11 screen and display

raku nativecall

perl6/rakudo: How can I change the data-type of a variable?

How to build lazy lists with defined generators and is there a "takeWhile" alternative?

raku

How to make a Perl 6 script exit on Ctrl+D input?

raku

Variable getting overwritten in for loop

raku

Using any or none on the hash keys and values in Raku

hash raku

Is there a way to access mixed-in components when the original variable has a default coercion?

mixins raku

What type are Lists of any type in Perl 6?

list raku