Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How to use hyperoperators with Scalars that aren't really scalar?

raku rakudo

How can I use "map" inside a "for" loop in Perl 6?

raku

Is there research on performance penalties for types/constraints in Perl 6?

performance raku

Creating a new file descriptor from stdout with fcntl fails in files

c raku openbsd nativecall

Which shell does Perl 6's shell() use?

shell raku

Native localtime() segfaults

raku nativecall

How can I get the target of a symlink in Perl 6?

symlink raku

Don't show declarator blocks with p6doc

documentation raku

Perl6 equivalent of Perl's 'store' or 'use Storable'

raku

How do you call a function which name is a variable?

function syntax raku

Trouble using the cro command-line tool as documented

windows raku cro

How to emulate wc -l in Raku

perl raku

Why can readonly array attributes on a Raku class be modified?

class oop raku rakudo

Could not find File::Find Raku on Windows 7

module raku rakudo

Why are empty Raku shaped Arrays truthy?

raku

Given two objects, can you find the nearest common ancestor?

raku

perl6 Best ways to sort array of arrays?

arrays sorting raku indices

Why aren't // and m// exactly synonymous?

regex raku

In Perl 6, how can I convert from raw bytes to floating point using the NativeCall interface?

Reading from a bound pipe using Proc::Async