Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How to get hash keys in order of their appearance

hash raku

Error using zef to install Twitter module

raku zef

How to modify raku code "say $?PACKAGE;" to print the fully qualified package name

scope package raku

raku run('find .', :out); not working on MacOS

raku

Raku Comma IDE on MacOS won't start

raku commaide

Weird "Can't use unknown trait" when nextsame or callsame are used

raku multiple-dispatch

Perl6 operator question

operators raku

What is the purpose of appending the :from<perl5> suffix to the module name in a 'use' statement in Perl 6?

perl raku rakudo-star

Counting DNA Nucleotides using perl 6

bioinformatics raku

How do make make subroutine parameter as readwrite

raku

How can I use a non-caching infinite lazy list in Perl 6

raku

Does Perl 6 performance suffer by using rationals for decimal numbers

raku

How to concatenate two Sets of strings in Perl 6?

raku

Accessing a routine's Capture from within

introspection raku

perl6 How to give more memory to MoarVM?

memory raku moarvm

Running command in perl6, commands that work in shell produce failure when run inside perl6

raku

perl6 Function floor works differently with numbers and strings?

numeric raku floor

Date object "forgets" formatter?

raku

How to know if returning an l-value when using `FALLBACK`?

metaprogramming raku lvalue

Differing output between C++ and NativeCall in Raku

c++ math raku nativecall