Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Unsinking sunk calls via CALL-ME

raku

Why does direct binding of an `our &foo` not work, but indirecting via a dynamic lookup does?

module raku subroutine rakudo

Raku: Installation of Termbox on Windows

raku zef

Reduction operator using user-defined function error

perl6/rakudo: Unable to parse postcircumfix:sym<( )>

raku rakudo-star

semicolon inside and outside Promise object

promise raku

Passing pointer to pointer in Perl 6 NativeCall

raku nativecall

Why can't I call meta methods on Routine::WrapHandle?

raku

Can I limit my Perl 6 program to running under a particular implementation?

raku rakudo

Why isn't my object attribute populated?

raku

Parsing a possibly nested braced item using a grammar

grammar raku

Mixing roles into callables

mixins raku