Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Multiple components in an array slice - equivalent to perl5: @a[0..1,3]

slice raku

Simplify the invocation of a common method

What is the point of coercions like Int(Cool)?

raku

Why do unicode quotes appear around a regex capture in perl6?

regex raku

Is there some model to use to understand containers, references, raw, rw, \ in Raku?

Why can't I name a sigilless variable v+digit?

debugging raku rakudo

How to pass pointer to a container from function?

raku

Alternative to Perl's <> in Raku?

migration raku

Define ⊤ ("down tack") character as a constant I can use in my program

Rational numbers in Raku

raku

Drop use of = in parsing arguments in raku

raku

Is it possible for Perl 6 to work online?

raku rakudo

how to interpolate string containing capture-group parentheses as regex in Raku?

regex regex-group raku

How do I read from STDIN in Rakudo Perl6?

io stdin raku rakudo

Difference between print, put and say?

raku

How is this Perl sensical, considering Perl 6's type system?

types raku

List repetition (xx) without evaluation?

raku

Assign a Seq(Seq) into arrays

raku

Returning values from exception handlers in Perl 6

Is there a purpose or benefit in prohibiting sigilless variables from rebinding? [closed]

raku