Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Strange behavior when changing $*SCHEDULER after execution of external program

raku rakudo

How to apply one signature test to multiple positionals

Using NativeCall to call the C fn `erf` gets more precise output than `erf` in C

c printf raku rakudo nativecall

Understanding Cro request/response cycle and memory use

raku rakudo cro