Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Is there some difference between .is-prime and is-prime() in Perl 6?

raku

perl6 Malformed UTF-8 causes program crash

utf-8 raku malformed

Terminal ANSI colors does not work with Inline::Perl5 (Data::Printer)

raku

Raku mode for xemacs?

raku xemacs

perl6 'do(file)' equivalent

raku

How can I make Perl6 (MoarVM / Rakudo) warn about all missing semicolons?

raku

How can I figure out why Linenoise is failing to install?

module installation raku

Getting an installed module to recognize changes to config files

config package raku

trans function hang forever when work with a single `^` or `$`

raku

Warnings while building Rakudo in Windows

windows raku rakudo zstandard

Should sigilless "variables" with type constraints be re-bindable? [duplicate]

Using Perl6 to process a large text file, and it's Too Slow.(2014-09)

text large-files raku

Perl6: How to find all installed modules whose filename matches a pattern?

module raku

Type coercion in Perl6 class attribute

What is the difference between A => 1 and 'A' => 1?

raku

perl6 Thread reading interference

multithreading raku

Calling a module subroutine using a fully qualified name

module raku

In Perl 6, how can I print the type of Exceptions thrown, possibly at compile time?

exception compilation raku

Perl 6 error: Malformed UTF-8

http utf-8 raku

Implementation of a function object "power" operator in Raku

raku infix-notation apl