Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

perl6 'do(file)' equivalent

raku

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

raku

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

How to uninstall a module in Perl 6?

raku

Passing an inlined CArray in a CStruct to a shared library using NativeCall

raku nativecall

Cumulative Z op throws a "The iterator of this Seq is already in use/consumed by another Seq"

raku

How to determine the absolute path name of the compilation unit of the caller?

raku

Problems using POSITIONS and Code objects

raku

how to escape quotes in shell function?

raku

Raku/Perl6: how do you code a NULL with NativeCall

raku nativecall

How to modify matrix in raku-lang

raku

Implementation of a function object "power" operator in Raku

raku infix-notation apl