Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How do you make HTTP requests with Raku?

raku

Does Perl 6 have an equivalent to Python's update method on dictionary?

raku

Raku vs. Perl5, an unexpected result

raku commaide

How to handle varargs with NativeCall

c raku nativecall

Why does the Perl 6 sequence 'A' ... 'AA' have only one element?

sequence raku

How to make `-n=3` the same as `-n 3` in Perl 6?

raku

Scalar value being affected after push, or not... (Raku)

for-loop raku indirection

Substitute: replacement evaluation

replace eval raku subst

How to provide a non-slurpy array or named array from the command line?

How do I find the version and authority of a Perl 6 module?

module raku

Is there subscript syntax to extract a diagonal from a 2D Array?

Running a Raku Cro app as a persistent service

raku cro

Can Raku OO help me avoid integration layer boilerplate

oop raku

Is it possible to embed perl6 in a C (or C++) program?

embedding raku

Perl6 IO::Socket::Async truncates data

raku io-socket moarvm

How do you access private methods or attributes from outside the type they belong to?

Meaning of `@$array` and other constructs

arrays raku scalar