Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Perl6: How to load a class module dynamically?

oop module raku

Perl 6: Getting the name of function from inside it

function introspection raku

How can I make Perl 6 be round-trip safe for Unicode data?

unicode raku

Interpolate a variable into a regular expression

regex raku

How to correctly use CPointer and CStruct in NativeCall interface

posix raku nativecall

How to make a separate copy of an object in Perl 6?

Perl6 - What is the $: for in some subroutine Signatures

signature raku

Perl6; multi sub

signature raku

triple pointer native call on perl 6

raku nativecall

What is the difference between `nqp::if` and `if` in an .nqp file?

raku nqp

Where is contains( Junction) defined?

raku perl6-junction

Zef fails to install JSON::Fast when running in Travis with Docker

docker travis-ci raku zef

Is it possible to use feeds with lazy lists?

lazy-evaluation raku

How do I iterate through an array inside a Raku hash?

arrays json hash raku

Signatures smartmatching misunderstanding

signature raku smartmatch

Raku Is there a fast method to find and remove/replace non-ASCII or malformed utf8 characters?

regex char raku

In CommaIDE, what is the difference between running a cro service as a regular script and running it as a cro service?

raku cro commaide

Does Raku have a similar function to Python's Struct?

raku

Why Can't a sub access dynamic variables when used in a "return"ed map in raku?

Why can't I iterate after an assignment in Raku?

raku