Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rakudo

Making exported functions in submodules accessible in global namespace in Raku

function module raku rakudo

How to slip gather-take in lazy manner into map?

Precedence inside a function call

How to use CStruct

raku rakudo nativecall

Element-wise comparison with certain precision

raku rakudo

Dynamically created class with invocant constraint

raku rakudo

How much does Raku's Promise construct share in common with JavaScript's Promises?

EXPORTHOW and DECLARE - what are they?

raku rakudo

Why is my %h is List = 1,2; a valid assignment?

What's the difference between $?CLASS and ::?CLASS

Formatting in Raku

printf raku rakudo

Exit the function without aborting the script

raku rakudo

Error install Inline::Perl5 with Zef (Raku)

raku rakudo zef

How to add an attribute and its accessors in Raku using add_attribute()?

metaprogramming raku rakudo

What's the point of Raku's 'mod' operator?

RAKUDO_RAKUAST=1 raku --target=ast is not yet available

raku rakudo rakudo-star

Multi-dispatch to candidate with native parameters not working

raku rakudo nativecall

Symbols that break the identifier rules, e.g. `sub ::("☺") { }`

Assignment destructuring and operator precedence

raku rakudo