Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

When would I want to resume a Perl 6 exception?

exception resume raku

What space is significant in Perl 6?

whitespace raku

How to use metaprogramming to create an enum in Perl 6?

metaprogramming raku

Showing how much memory a data structure is using

memory size raku

Perl6: Sub: restrict to static hash-return type

raku

Perl 6 support udp protocol from IO::Socket::INET

sockets udp raku

Access POD from another Perl 6 file

raku pod6

perl6 General approach to modifying an array while looping through it

arrays loops raku

“P6opaque, Str” vs simple “Str” types in Perl 6

string int tail raku

Problem with Raku and SSL on Windows Machine

Combining state and token throws. Why?

regex raku

inspect regex made with a variable

raku

How to parse a Module name canonically

regex module raku zef

Can Raku's introspection list all the multi candidates across different files/Modules?

Raku last on non-loops

block exit raku

Why does .ords not agree with .chars?

unicode raku

Why doesn't temp work in Perl 6 core settings?

How do I write micro-grammars in perl6?

parsing grammar raku

How to reuse a signature?

signature raku

Why are all of the classes in Rakudo's src/core/Int.pm declared with my?

raku lexical-scope